Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonbeckas committed Sep 26, 2020
2 parents c549e7b + d261e8a commit 74d58db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ oldversion
if [ $OLDVERSION == true ]; then
echo "Detect an processWatcher Version!"
echo "Do you want to perform an update?[Y/N]"
read input
read input </dev/tty
if [ "$input" == "Y" ] || [ "$input" == "y" ]; then
echo "Update ProcessWatcher"
if test -f "watcher"; then
Expand Down

0 comments on commit 74d58db

Please sign in to comment.