mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-09 13:16: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
|
# Append the result to /usr/bin/.bashrc
|
||||||
while IFS= read -r line
|
while IFS= read -r line
|
||||||
do
|
do
|
||||||
echo "export $line" | sudo -u ${HOME_USER} tee -a /usr/bin/.bashrc
|
echo "export $line" >> /usr/bin/.bashrc
|
||||||
done
|
done
|
||||||
|
|
||||||
USER="$HOME_USER"
|
USER="$HOME_USER"
|
||||||
|
@ -1 +1 @@
|
|||||||
3.0.23
|
3.0.24
|
Loading…
Reference in New Issue
Block a user