mirror of
https://github.com/Pakobbix/passive-income.git
synced 2025-11-09 14:59:40 +00:00
fixed the username variable
This commit is contained in:
parent
6d50992321
commit
539422e8e7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user