Skip to content

Commit

Permalink
making folders open, but not everything as executable
Browse files Browse the repository at this point in the history
  • Loading branch information
marinagmoreira committed Mar 22, 2024
1 parent a47c40d commit 19f0fc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debian/isaac0.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

if [ "$1" = "configure" ]; then
chmod -R g+rwx /opt/isaac/env_wrapper.sh
chmod -R g+rwx /opt/isaac/share/inspection/resources
chmod -R g+rwx /opt/isaac/share/survey_manager/data
chmod -R g+rwx /opt/isaac/share/survey_manager/pddl
chmod -R g+rwX /opt/isaac/share/inspection/resources
chmod -R g+rwX /opt/isaac/share/survey_manager/data
chmod -R g+rwX /opt/isaac/share/survey_manager/pddl
if [ $(getent group users) ]; then
chgrp -R users /opt/isaac/env_wrapper.sh
chgrp -R users /opt/isaac/share/inspection/resources
Expand Down

0 comments on commit 19f0fc9

Please sign in to comment.