Loading scripts/docker-entrypoint.sh +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ function check_paths_to_backup() { totalSize=0 for pathToBackup in ${PATHS_TO_BACKUP} do if [ ${emptyPaths} -eq 1 ] if [ "${emptyPaths}" -eq 1 ] then fullPathToBackup="${pathToBackup}" else Loading Loading
scripts/docker-entrypoint.sh +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ function check_paths_to_backup() { totalSize=0 for pathToBackup in ${PATHS_TO_BACKUP} do if [ ${emptyPaths} -eq 1 ] if [ "${emptyPaths}" -eq 1 ] then fullPathToBackup="${pathToBackup}" else Loading