Commit 5fd10752 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige comprobación cuando falta operando

parent 18428ff8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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