Skip to content

Commit

Permalink
use preinst for salt user
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Apr 29, 2023
1 parent a17cc05 commit 663a504
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ case "$1" in
if ! dpkg-statoverride --list $SALT_HOME >/dev/null
then
chown -R $SALT_USER:$SALT_GROUP $SALT_HOME
chmod u=rwx,g=rxs,o= $SALT_HOME
chmod u=rwx,g=rwx,o= $SALT_HOME
fi
;;
esac

0 comments on commit 663a504

Please sign in to comment.