mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-08 04:36:48 -06:00
Update entrypoint.sh and version.txt Updating to version 3.0.24
This commit is contained in:
parent
4bbe7f51cb
commit
559cd39a66
@ -47,7 +47,7 @@ sed 's/^USER_ENV_//' |
|
||||
# Append the result to /usr/bin/.bashrc
|
||||
while IFS= read -r line
|
||||
do
|
||||
echo "export $line" | sudo -u ${HOME_USER} tee -a /usr/bin/.bashrc
|
||||
echo "export $line" >> /usr/bin/.bashrc
|
||||
done
|
||||
|
||||
USER="$HOME_USER"
|
||||
|
@ -1 +1 @@
|
||||
3.0.23
|
||||
3.0.24
|
Loading…
Reference in New Issue
Block a user