Remove unused shell variable

This commit is contained in:
Johannes Zellner
2017-04-14 15:29:52 +02:00
parent bd7625031e
commit b29a6014d5
-2
View File
@@ -14,8 +14,6 @@ if [[ $# == 1 && "$1" == "--check" ]]; then
exit 0
fi
readonly APPS_DATA_DIR="${HOME}/appsdata"
# verify argument count
if [[ $# -lt 2 ]]; then
echo "Usage: backupbox.sh <backupId> <appId>"