1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minetest_ynh.git synced 2024-09-03 20:36:00 +02:00
This commit is contained in:
ericgaspar 2020-12-03 11:24:32 +01:00
parent af8d2020a5
commit 42f21586af
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 3 additions and 3 deletions

View file

@ -88,9 +88,9 @@ chown -R $app: /var/log/$app
#=================================================
# INTEGRATE SERVICE IN YUNOHOST
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description="Voxel game engine and game" --log="/var/log/$app/$app.log"
yunohost service add $app --description="Voxel game engine and game" --log="/var/log/$app/$app.log" --needs_exposed_ports
#=================================================
# RESTORE THE LOGROTATE CONFIGURATION

View file

@ -189,7 +189,7 @@ chown -R $app: $home_path
# ADVERTISE SERVICE IN ADMIN PANEL
#=================================================
yunohost service add $app --description="Voxel game engine and game" --log="/var/log/$app/minetest.log"
yunohost service add $app --description="Voxel game engine and game" --log="/var/log/$app/$app.log" --needs_exposed_ports
#=================================================
# RELOAD MINETEST