We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98274d6 commit 22ab256Copy full SHA for 22ab256
.etc/.set-facl-permissions.sh
@@ -3,8 +3,8 @@
3
set -x
4
5
for user in haghighimood1 kraus1 hrywniak1 oden1 garciadegonzalo1 badwaik1 john2; do
6
- setfacl -m u:$user:rwx -R $PROJECT_training2332/common/
7
- setfacl -m u:$user:rwx -R $PROJECT_training2332/env.sh
+ setfacl -m u:$user:rwx -R $PROJECT_training2414/common/
+ setfacl -m u:$user:rwx -R $PROJECT_training2414/env.sh
8
done
9
10
set +x
0 commit comments