diff --git a/sync b/sync index 1a4b7ab..6999336 100755 --- a/sync +++ b/sync @@ -100,10 +100,9 @@ menu() { echo $u; done elif [ "$menuInput" = "5" ]; then - echo "Yes"; - elif [ "$menuInput" = "0" ]; then sudo rsync -r -t -v --chown=root:root --progress $(pwd)/usr/local/bin/ /usr/local/bin/ echo ""; + elif [ "$menuInput" = "0" ]; then exit 0; fi