Compare commits
No commits in common. "d3d0a4cc5d897773f08508cdb9d3c10d5b617df6" and "0d7c1902c18e2ff2367effe15792c7fa1d81a12b" have entirely different histories.
d3d0a4cc5d
...
0d7c1902c1
@ -32,7 +32,7 @@ backupRootDirectory /etc/docker/daemon.json $BACKUP_DIR_ROOT/docker/
|
|||||||
### upload backup ###
|
### upload backup ###
|
||||||
#####################
|
#####################
|
||||||
|
|
||||||
if [[ $# > 0 && "$1" == "--noupload" ]]; then
|
if [[ "$1" == "--noupload" ]]; then
|
||||||
exit 0;
|
exit 0;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ upDownContainers() {
|
|||||||
continue;
|
continue;
|
||||||
fi
|
fi
|
||||||
cd $subdir;
|
cd $subdir;
|
||||||
docker compose $@;
|
docker-compose $@;
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user