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:
parent
93b2944331
commit
593d73f652
2 changed files with 8 additions and 14 deletions
|
@ -140,15 +140,12 @@ if [ $generate_custom_world -eq 1 ]; then
|
||||||
ynh_script_progression --message="Generating custom world..." --weight=100
|
ynh_script_progression --message="Generating custom world..." --weight=100
|
||||||
|
|
||||||
generate_custom_world
|
generate_custom_world
|
||||||
|
else
|
||||||
|
ynh_script_progression --message="Adding a configuration file..."
|
||||||
|
|
||||||
|
add_configuration_files
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
|
||||||
# ADD A CONFIGURATION
|
|
||||||
#=================================================
|
|
||||||
ynh_script_progression --message="Adding a configuration file..."
|
|
||||||
|
|
||||||
add_configuration_files
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SYSTEMD
|
# SETUP SYSTEMD
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -99,15 +99,12 @@ if [ $generate_custom_world -eq 1 ]; then
|
||||||
ynh_script_progression --message="Generating custom world..." --weight=100
|
ynh_script_progression --message="Generating custom world..." --weight=100
|
||||||
|
|
||||||
generate_custom_world
|
generate_custom_world
|
||||||
|
else
|
||||||
|
ynh_script_progression --message="Adding a configuration file..."
|
||||||
|
|
||||||
|
add_configuration_files
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
|
||||||
# UPDATE A CONFIG FILE
|
|
||||||
#=================================================
|
|
||||||
ynh_script_progression --message="Updating a configuration file..."
|
|
||||||
|
|
||||||
add_configuration_files
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SYSTEMD
|
# SETUP SYSTEMD
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue