From 2fec9590f7e22e0522d1e21fd8675a47b6404632 Mon Sep 17 00:00:00 2001 From: j Date: Mon, 15 Nov 2021 11:50:51 +0000 Subject: [PATCH] fix install --- ctl | 1 + 1 file changed, 1 insertion(+) diff --git a/ctl b/ctl index 4be430b8..ab9e2842 100755 --- a/ctl +++ b/ctl @@ -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