1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/forgejo_ynh.git synced 2024-09-03 18:36:26 +02:00

remove irrelevant break lines

This commit is contained in:
OniriCorpe 2024-02-26 00:45:15 +01:00 committed by Emmanuel Averty
parent 85780b0cdf
commit 07a3ffabc1

View file

@ -66,8 +66,6 @@ ynh_app_setting_set --app="$app" --key=mirror_disable_new_push --value=$mirror_d
ynh_app_setting_set --app="$app" --key=mirror_default_interval --value=$mirror_default_interval
ynh_app_setting_set --app="$app" --key=mirror_min_interval --value=$mirror_min_interval
ssh_port=$(grep -P "Port\s+\d+" /etc/ssh/sshd_config | grep -P -o "\d+")
ynh_add_config --template="app.ini" --destination="$install_dir/custom/conf/app.ini"