Update zwave-copy-data.sh

This commit is contained in:
tteckster 2022-03-06 13:57:07 -05:00 committed by GitHub
parent 08e037b9fc
commit b59ba4ec2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ while true; do
* ) echo "Please answer yes or no.";; * ) echo "Please answer yes or no.";;
esac esac
done done
clear
set -o errexit set -o errexit
set -o errtrace set -o errtrace
set -o nounset set -o nounset