fix bad line

This commit is contained in:
Maniack Crudelis 2018-04-24 00:02:07 +02:00 committed by GitHub
parent 79c7ba7615
commit c20fa217a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@ ynh_backup_before_upgrade () {
ynh_die "Backup failed, the upgrade process was aborted." ynh_die "Backup failed, the upgrade process was aborted."
fi fi
else else
echo "\$NO_BACKUP_UPGRADE is set, backup will be avoided. Be careful, this upgrade is going to be operated without securi$ echo "\$NO_BACKUP_UPGRADE is set, backup will be avoided. Be careful, this upgrade is going to be operated without a security backup"
fi fi
} }