Compare commits

..

1 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ fi
# Find .sh files in /usr/bin/custom-scripts and execute them in order
for script in $(find /usr/bin/custom-scripts -name "*.sh" | sort); do
chmod +x $script
sudo -u $HOME_USER bash -c "source /etc/environment; $script"
sudo -u $HOME_USER bash -c "source /etc/environment; sudo $script"
done
# Move the .bashrc file to the user's home directory

View File

@ -1 +1 @@
3.0.25
3.0.26