From b5c8652d943bb9b735f11c0a1f6bf1b324ed4eef Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Wed, 17 Apr 2024 19:30:31 +0000 Subject: [PATCH] Update user creation and version number. Updating to version 17 --- entrypoint.sh | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 41e43bd..8ea2f61 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -37,7 +37,7 @@ done USER="$HOME_USER" if ! id -u $HOME_USER > /dev/null 2>&1; then - sudo adduser --disabled-password --gecos "" ${HOME_USER} + sudo adduser --disabled-password --gecos "" --uid 1000 ${HOME_USER} sudo echo "$HOME_USER ALL=(ALL) NOPASSWD:ALL" | sudo tee -a /etc/sudoers.d/nopasswd > /dev/null # Check if the .bashrc file exists, if not, create it diff --git a/version.txt b/version.txt index 49b88e3..a99de22 100755 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.0.16 \ No newline at end of file +3.0.17 \ No newline at end of file