PhyrePanel/compilators/debian/nginx/postinst
Bozhidar Slaveykov ae940da7d4 update
2023-11-25 21:56:22 +02:00

11 lines
201 B
Bash

#!/bin/bash
set -e
if [ "$1" != "configure" ]; then
exit 0
fi
# Touch and set permisions on default log files on installation
update-rc.d phyre defaults > /dev/null
invoke-rc.d phyre start || true