diff --git a/entrypoint.sh b/entrypoint.sh index 630948d..b940aae 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -40,6 +40,9 @@ 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 + # Change the ownership of the .bashrc file + sudo chown ${HOME_USER} /home/${HOME_USER}/.bashrc + # List all environment variables sudo env | diff --git a/version.txt b/version.txt index 7da3c16..8ffc1ad 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.0.5 \ No newline at end of file +3.0.6 \ No newline at end of file