service-nextcloud/hooks/gx.post-installation.root.sh
Glenn Y. Rolland 55c1b42170
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
fix: change permissions for hooks
2024-07-20 16:54:11 +02:00

9 lines
152 B
Bash
Executable file

#!/bin/sh
set -u
set -e
echo "== Running post-installation hooks as $(id -un) user =="
su -l -s /bin/sh www-data -c /app/gx.post-installation.www.sh