PhyrePanel/compilators/debian/nginx/postinst

12 lines
201 B
Text
Raw Permalink Normal View History

2023-11-25 12:31:09 +00:00
#!/bin/bash
set -e
if [ "$1" != "configure" ]; then
exit 0
fi
# Touch and set permisions on default log files on installation
2023-11-25 19:56:22 +00:00
update-rc.d phyre defaults > /dev/null
invoke-rc.d phyre start || true