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