mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-08 04:36:48 -06:00
Update script execution in entrypoint.sh and bump version to 3.0.26
This commit is contained in:
parent
de3fda3c09
commit
c9799b9a77
@ -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
|
||||
|
@ -1 +1 @@
|
||||
3.0.25
|
||||
3.0.26
|
Loading…
Reference in New Issue
Block a user