fix install

This commit is contained in:
j 2021-11-15 11:50:51 +00:00
parent 0cfb499594
commit 2fec9590f7

1
ctl
View File

@ -79,6 +79,7 @@ if [ "$action" = "install" ]; then
BASE=`pwd`
if [ -x /bin/systemctl ]; then
if [ -d /etc/systemd/system/ ]; then
cd ${BASE}
for template in gunicorn_config.py encoding.conf tasks.conf; do
if [ ! -e pandora/$template ]; then
$SUDO cp pandora/${template}.in pandora/$template