5 lines
104 B
Bash
Executable file
5 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
|
|
|