Fix
This commit is contained in:
parent
53d08e74c3
commit
7585bdc35e
1 changed files with 1 additions and 2 deletions
3
sync
3
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue