Skip to content

Commit

Permalink
Minor updates to ensure files are deleted as required.
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb authored Aug 31, 2017
1 parent 4762d33 commit 1626ec0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/scripts/uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
echo "Uninstalling Pirrot..."

echo " - Deleting Pirrot Configuration file..."
rm /etc/pirrot.conf
rm -f /etc/pirrot.conf
echo " - Stopping Pirrot daemon..."
/etc/init.d/pirrot stop
sudo /etc/init.d/pirrot stop
echo " - Removing the Pirrot daemon..."
rm /etc/init.d/pirrot
rm -f /etc/init.d/pirrot
echo " - Removing the Pirrot application..."
rm -Rf /opt/pirrot
echo " - Removing Composer..."
rm -f /usr/bin/composer
echo ""
echo "Done!"
echo ""
echo ""

0 comments on commit 1626ec0

Please sign in to comment.