Compare commits

..

1 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
2.0.56
2.0.57