service-nextcloud/postdeploy_hook.sh
Glenn Y. Rolland b981d25696
All checks were successful
continuous-integration/drone/push Build is passing
fix: add logs
2024-07-20 11:45:04 +02:00

6 lines
104 B
Bash
Executable file

#!/bin/sh
echo "Running postdeploy hooks as www-data"
su -l -s /bin/sh www-data -c /app/postdeploy.sh