Trying to fix issue. Updating to version 2.0.23

This commit is contained in:
Alejandro Lembke Barrientos 2024-04-06 23:49:46 +00:00
parent a983adf4ad
commit fe2a226190
Signed by: aleleba
GPG Key ID: F48D7CDEB47942BD
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ if [ "${HOME_USER-}" ]; then
# env | grep -v 'HOME_USER' | while read -r line; do
# sudo su - ${HOME_USER} -c "echo 'export $line' >> ~/.bashrc"
# done
sudo -u $HOME_USER -i
# sudo -u $HOME_USER -i
# sudo cd /home/${HOME_USER}
sudo chown -R ${HOME_USER}:${HOME_USER} /home/${HOME_USER}

View File

@ -1 +1 @@
2.0.22
2.0.23