Fix novnc ./up script

This commit is contained in:
Myve 2024-07-24 00:22:23 +00:00
commit 2f957135d4

View file

@ -20,11 +20,11 @@ do
detach="--detach" detach="--detach"
;; ;;
590[0-9] ) 590[0-9] )
envar="MYVNC_NOVNC_VNCSSH_PORT=${1}" export MYVNC_NOVNC_VNCSSH_PORT=${1}
;; ;;
esac esac
shift shift
done done
# Compose up # Compose up
${envar} docker compose up ${build} ${detach} docker compose up ${build} ${detach}