1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/veloren_ynh.git synced 2024-09-03 17:46:10 +02:00

Fix description.ron has been manually

This commit is contained in:
yalh76 2022-07-19 02:00:22 +02:00
parent 93b2944331
commit 593d73f652
2 changed files with 8 additions and 14 deletions

View file

@ -140,15 +140,12 @@ if [ $generate_custom_world -eq 1 ]; then
ynh_script_progression --message="Generating custom world..." --weight=100
generate_custom_world
else
ynh_script_progression --message="Adding a configuration file..."
add_configuration_files
fi
#=================================================
# ADD A CONFIGURATION
#=================================================
ynh_script_progression --message="Adding a configuration file..."
add_configuration_files
#=================================================
# SETUP SYSTEMD
#=================================================

View file

@ -99,15 +99,12 @@ if [ $generate_custom_world -eq 1 ]; then
ynh_script_progression --message="Generating custom world..." --weight=100
generate_custom_world
else
ynh_script_progression --message="Adding a configuration file..."
add_configuration_files
fi
#=================================================
# UPDATE A CONFIG FILE
#=================================================
ynh_script_progression --message="Updating a configuration file..."
add_configuration_files
#=================================================
# SETUP SYSTEMD
#=================================================