Skip to content

Commit 22ab256

Browse files
committed
Update perm script
1 parent 98274d6 commit 22ab256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.etc/.set-facl-permissions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
set -x
44

55
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
6+
setfacl -m u:$user:rwx -R $PROJECT_training2414/common/
7+
setfacl -m u:$user:rwx -R $PROJECT_training2414/env.sh
88
done
99

1010
set +x

0 commit comments

Comments
 (0)