Skip to content

Commit

Permalink
also make pddl folder editable, just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
marinagmoreira committed Mar 22, 2024
1 parent 2f729b1 commit a47c40d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion debian/isaac0.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
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/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
chgrp -R users /opt/isaac/share/survey_manager/data/
chgrp -R users /opt/isaac/share/survey_manager/pddl
fi
fi

0 comments on commit a47c40d

Please sign in to comment.