1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hextris_ynh.git synced 2024-09-03 19:16:05 +02:00

Change a random thing to launch a CI build

This commit is contained in:
Aeris One 2020-03-30 19:56:35 +02:00 committed by GitHub
parent fc00623636
commit 54c84ab0ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,10 +36,7 @@ if [ -z "$final_path" ]; then
ynh_app_setting_set --app=$app --key=final_path --value=$final_path ynh_app_setting_set --app=$app --key=final_path --value=$final_path
fi fi
# Migrate from legacy permission system
###
### MIGRATE FROM LEGACY PERMISSION SYSTEM
###
is_public=$(ynh_app_setting_get --app=$app --key=is_public) is_public=$(ynh_app_setting_get --app=$app --key=is_public)