Compare commits

..

2 Commits

Author SHA1 Message Date
69e52bcac1 fixing chown. 2026-07-03 04:44:16 +00:00
9a998f3e0c Updating version of vscode. 2026-06-16 01:54:51 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ fi
if [ "$HOME_USER" != "$(whoami)" ]; then
exec sudo -u $HOME_USER bash -c "source /etc/environment; /usr/bin/entrypoint.sh"
else
sudo chown -R ${HOME_USER} /home/${HOME_USER}
sudo find "/home/${HOME_USER}" -xdev -exec chown "${HOME_USER}" {} + 2>/dev/null || true
if [ -d "/home/${HOME_USER}/.ssh" ]; then
sudo chmod 755 /home/${HOME_USER}/.ssh
sudo chmod -R 600 /home/${HOME_USER}/.ssh/*

View File

@@ -1 +1 @@
3.2.21
3.2.23