Guzmán Castanedo Villalba hace 6 años
padre
commit
62b8740742
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      download-backup-sftp

+ 1 - 1
download-backup-sftp

@@ -37,7 +37,7 @@ if [ ! -x $(which sshpass) ];then
 	exit 1
 fi
 
-#Check directory and remove index.html (or didn't upgrade)
+#Check directory and create it
 if [ ! -d $backupDir/$host ];then
 	mkdir -p $backupDir/$host
 	if [ $? != 0 ];then