From 5b5527a2797f5dbb5ca4146f9f29e667810c272c Mon Sep 17 00:00:00 2001 From: axolotle Date: Tue, 28 Nov 2023 14:41:38 +0100 Subject: [PATCH] app:config: fix indentation for file content --- src/app.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app.py b/src/app.py index d33b584e2..37ab7a200 100644 --- a/src/app.py +++ b/src/app.py @@ -1857,10 +1857,10 @@ def _get_AppConfigPanel(): if not os.path.exists(config_script): logger.debug("Adding a default config script") default_script = """#!/bin/bash - source /usr/share/yunohost/helpers - ynh_abort_if_errors - ynh_app_config_run $1 - """ +source /usr/share/yunohost/helpers +ynh_abort_if_errors +ynh_app_config_run $1 +""" write_to_file(config_script, default_script) # Call config script to extract current values