We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f79e7c commit e343dc1Copy full SHA for e343dc1
1 file changed
usr/bin/docker-open-notebook
@@ -10,13 +10,9 @@ maxTimeout=60
10
11
# up docker composer
12
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
-
17
# named pipe for Zenity communication
18
pipePath="/tmp/openNotebook_pipe_$$"
19
- mkfifo "$pipePath" # pipe must be created *before* Zenity starts
+ mkfifo "$pipePath"
20
21
# “Pulsate” progress box (auto‑close when pipe is removed)
22
zenityStartTitle=$"Starting Open-notebook"
0 commit comments