From 539422e8e7ee21298d30cc6dcbfdb417b753c444 Mon Sep 17 00:00:00 2001 From: "Pakobbix@gmail.com" Date: Sat, 3 Dec 2022 02:15:47 +0100 Subject: [PATCH] fixed the username variable --- restart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restart.sh b/restart.sh index c34694d..23226e0 100755 --- a/restart.sh +++ b/restart.sh @@ -20,7 +20,7 @@ unzip -qqo config.zip sleep 60s # Starte Ebesucher Firefox docker_run(){ - if [ -z username ]; then + if [ -z "$username" ]; then # Funktion zum starten des Containers, falls username nicht gesetzt docker run -d --name="$containername" -p 3000:5800 -v "$git_dir"/config:/config:rw -m "$1" --shm-size 2g jlesage/firefox else