Resolve "feat(ynh_config): add the posibility to change SSH Port"
Compare changes
Files
4@@ -12,16 +12,16 @@ _fail() {
yunohost backup create {% if ynh_backup.system | default(True) %}--system{% endif %}{% if ynh_backup.apps | default(True) %} --apps{% endif %}{% if ynh_backup.directory is defined %} --output-directory {{ ynh_backup.directory }}/backup_"${today}"{% endif %} || _fail "Can't create the local YunoHost backup"