mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
app:config: fix indentation for file content
This commit is contained in:
parent
3dda3bc4d5
commit
5b5527a279
1 changed files with 4 additions and 4 deletions
|
@ -1857,10 +1857,10 @@ def _get_AppConfigPanel():
|
||||||
if not os.path.exists(config_script):
|
if not os.path.exists(config_script):
|
||||||
logger.debug("Adding a default config script")
|
logger.debug("Adding a default config script")
|
||||||
default_script = """#!/bin/bash
|
default_script = """#!/bin/bash
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
ynh_abort_if_errors
|
ynh_abort_if_errors
|
||||||
ynh_app_config_run $1
|
ynh_app_config_run $1
|
||||||
"""
|
"""
|
||||||
write_to_file(config_script, default_script)
|
write_to_file(config_script, default_script)
|
||||||
|
|
||||||
# Call config script to extract current values
|
# Call config script to extract current values
|
||||||
|
|
Loading…
Add table
Reference in a new issue