diff --git a/entrypoint.sh b/entrypoint.sh index 0ea287e..ced1799 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -17,7 +17,7 @@ eval "$(fixuid -q)" if [ "${HOME_USER-}" ]; then USER="$HOME_USER" - if [[ "${HOME_USER-}" == "vscode" ]]; then + if [[ "${HOME_USER-}" != "vscode" ]]; then if ! id -u $HOME_USER > /dev/null 2>&1; then sudo adduser --disabled-password --gecos "" ${HOME_USER} sudo echo "$HOME_USER ALL=(ALL) NOPASSWD:ALL" | sudo tee -a /etc/sudoers.d/nopasswd > /dev/null diff --git a/version.txt b/version.txt index 2c54684..604a75f 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.56 \ No newline at end of file +2.0.57 \ No newline at end of file