mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-06-20 21:08:12 -06:00
Update entrypoint.sh and version.txt Updating to version 3.0.24
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user