Compare commits

..

1 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -1 +1 @@
3.0.23 3.0.24