Skip to content

Commit

Permalink
Update removesignbox.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HamedAp authored Jun 30, 2024
1 parent 76a45d7 commit 850798f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion removesignbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ ! -f "/etc/systemd/system/s-box.service" ]; then
# Stop and disable the service
sudo systemctl stop s-box.service
sudo systemctl disable s-box.service >/dev/null 2>&1

mysql -e "use ShaHaN;update users set signbox=''; "
# Remove service file
sudo rm /etc/systemd/system/s-box.service >/dev/null 2>&1
sudo rm -rf /etc/s-box
Expand Down

0 comments on commit 850798f

Please sign in to comment.