Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Revert: Need no unmounting now when reinit is executed
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnoSparks committed Jul 17, 2017
1 parent fe9b491 commit 2706bc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/bin/tsbinds
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ elif [ "$1" == "move" ]; then

# Reinit -------------------------------------------------
elif [ "$1" == "reinit" ]; then
tsbinds unbind all
$MODDIR/service.sh

# Enable or disable --------------------------------------
Expand Down

0 comments on commit 2706bc7

Please sign in to comment.