fix: perm 600 ssh keys in dev moun

This commit is contained in:
Jean Jacques Avril 2024-12-31 11:41:07 +00:00
parent e3a2b09ef4
commit 12b4742f29
No known key found for this signature in database

View File

@ -31,4 +31,5 @@ else
echo "backend-go directory not found, skipping..." echo "backend-go directory not found, skipping..."
fi fi
#chmod 600 /home/vscode/.ssh/* # && git config --global user.name 'Jean Avril' && git config --global user.email 'jean@jeanavril.com' sudo chmod 600 /home/vscode/.ssh/* && sudo chown $USER:$USER /home/vscode/.ssh/*
#git config --global user.name 'Jean Avril' && git config --global user.email 'jean@jeanavril.com'