service-nextcloud/hooks/gx.before-starting.root.sh

8 lines
144 B
Bash
Raw Normal View History

2024-07-20 14:47:28 +00:00
#!/bin/sh
set -u
set -e
echo "== Running post-installation hooks as root user =="
su -l -s /bin/sh www-data -c /app/gx.before-starting.www.sh