Skip to content

Commit

Permalink
Fixed uninstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftyos committed Nov 24, 2021
1 parent 8705701 commit 845deb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/minima_remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ systemctl disable minima_$PORT

echo "Removing /etc/cron.daily/minima_$PORT"
rm /etc/cron.daily/minima_$PORT
echo "Removing /etc/systemd/system/minima_$PORT.service"
rm /etc/systemd/system/minima_$PORT.service
systemctl daemon-reload
systemctl reset-failed

echo "Removing $HOME/minima_service.sh"
rm $HOME"/minima_service.sh"
echo "Removing $HOME/minima.jar"
Expand Down

0 comments on commit 845deb9

Please sign in to comment.