don't remove project dir

This commit is contained in:
ducoterra
2018-11-25 17:43:04 -05:00
parent f3b2e4b787
commit 34b929130d

View File

@@ -22,9 +22,3 @@ tput setaf 9
systemctl disable gunicorn 1> /dev/null 2> /dev/null systemctl disable gunicorn 1> /dev/null 2> /dev/null
systemctl stop gunicorn 1> /dev/null 2> /dev/null systemctl stop gunicorn 1> /dev/null 2> /dev/null
rm -f /etc/systemd/system/gunicorn.service rm -f /etc/systemd/system/gunicorn.service
# remove project
tput setaf 2
echo "Removing Django project"
tput setaf 9
rm -rf /home/$user/$projectname