diff --git a/reset.sh b/reset.sh index 6c6e1b7..c7ddc82 100755 --- a/reset.sh +++ b/reset.sh @@ -21,10 +21,4 @@ echo "Uninstalling gunicorn" tput setaf 9 systemctl disable gunicorn 1> /dev/null 2> /dev/null systemctl stop gunicorn 1> /dev/null 2> /dev/null -rm -f /etc/systemd/system/gunicorn.service - -# remove project -tput setaf 2 -echo "Removing Django project" -tput setaf 9 -rm -rf /home/$user/$projectname \ No newline at end of file +rm -f /etc/systemd/system/gunicorn.service \ No newline at end of file