1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/acropolis_ynh.git synced 2024-09-03 18:06:22 +02:00
This commit is contained in:
Thomas Phillips 2021-12-29 23:12:29 +05:30
parent a5c5fa11d1
commit 42e3d879e9

View file

@ -28,10 +28,12 @@ ynh_abort_if_errors
domain=$YNH_APP_ARG_DOMAIN
path_url="/"
is_public=$YNH_APP_ARG_IS_PUBLIC
# admin=$YNH_APP_ARG_ADMIN
admin=$YNH_APP_ARG_ADMIN
# email=$YNH_APP_ARG_EMAIL
# password=$YNH_APP_ARG_PASSWORD
ynh_script_progression --message="testing.... $domain" --weight=1
### If it's a multi-instance app, meaning it can be installed several times independently
### The id of the app as stated in the manifest is available as $YNH_APP_ID
### The instance number is available as $YNH_APP_INSTANCE_NUMBER (equals "1", "2"...)