debian #1

Open
fabian wants to merge 15 commits from debian into master
459 changed files with 7979 additions and 184 deletions
Showing only changes of commit ae2779f48e - Show all commits

View File

@@ -32,7 +32,7 @@ backupRootDirectory /etc/docker/daemon.json $BACKUP_DIR_ROOT/docker/
### upload backup ###
#####################
if [[ "$1" == "--noupload" ]]; then
if [[ $# > 0 && "$1" == "--noupload" ]]; then
exit 0;
fi