This commit is contained in:
Alexander Schäferdiek 2019-01-25 18:36:42 +01:00
parent 53d08e74c3
commit 7585bdc35e

3
sync
View file

@ -100,10 +100,9 @@ menu() {
echo $u; echo $u;
done done
elif [ "$menuInput" = "5" ]; then 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/ sudo rsync -r -t -v --chown=root:root --progress $(pwd)/usr/local/bin/ /usr/local/bin/
echo ""; echo "";
elif [ "$menuInput" = "0" ]; then
exit 0; exit 0;
fi fi