Skip to content

Commit e343dc1

Browse files
clean package
1 parent 2f79e7c commit e343dc1

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

usr/bin/docker-open-notebook

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ maxTimeout=60
1010

1111
# up docker composer
1212
if [ -z "$(docker compose ls | grep "$composeFile" | grep running)" ]; then
13-
# zenityTitle=$"Starting Open-notebook"
14-
# zenityText=$"Starting Open-notebook, Please wait..."
15-
# docker compose -f "$HOME/Docker/open-notebook/docker-compose.yml" up -d | zenity --progress --title="$zenityTitle" --text="$zenityText" --pulsate --auto-close --no-cancel
16-
1713
# named pipe for Zenity communication
1814
pipePath="/tmp/openNotebook_pipe_$$"
19-
mkfifo "$pipePath" # pipe must be created *before* Zenity starts
15+
mkfifo "$pipePath"
2016

2117
# “Pulsate” progress box (auto‑close when pipe is removed)
2218
zenityStartTitle=$"Starting Open-notebook"

0 commit comments

Comments
 (0)