1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/243-game_ynh.git synced 2024-09-03 18:06:00 +02:00

Fix check_process warning

This commit is contained in:
ericgaspar 2020-11-17 08:40:42 +01:00
parent 1b01118f93
commit 9bd46ae765
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 3 additions and 20 deletions

View file

@ -18,14 +18,5 @@
port_already_use=0
change_url=1
;;; Levels
Level 1=auto
Level 2=auto
Level 3=auto
Level 4=0
Level 5=auto
Level 6=auto
Level 7=auto
Level 8=0
Level 9=0
Level 10=0

View file

@ -6,7 +6,7 @@
"en": "2048 game clone",
"fr": "Clone du jeu 2048"
},
"version": "1.0~ynh2",
"version": "1.0~ynh3",
"url": "https://github.com/hgentry/81/",
"license": "MIT",
"maintainer": {
@ -14,7 +14,7 @@
"email": "ericgaspar@free.fr"
},
"requirements": {
"yunohost": ">= 3.7.0"
"yunohost": ">= 4.0.0"
},
"multi_instance": true,
"services": [

View file

@ -82,7 +82,7 @@ chown -R root: $final_path
ynh_script_progression --message="Configuring SSOwat..." --weight=1
# Make app public if necessary or protect it
[ $is_public -eq 0 ] || ynh_permission_update --permission "main" --add "visitors"
[ $is_public -eq 1 ] || ynh_permission_update --permission "main" --add "visitors"
#=================================================
# RELOAD NGINX

View file

@ -93,14 +93,6 @@ ynh_add_nginx_config
# Set permissions on app files
chown -R root: $final_path
#=================================================
# SETUP SSOWAT
#=================================================
ynh_script_progression --message="Upgrading SSOwat configuration..." --weight=1
# Make app public if necessary or protect it
[ $is_public -eq 0 ] || ynh_permission_update --permission "main" --add "visitors"
#=================================================
# RELOAD NGINX
#=================================================