mirror of
https://github.com/YunoHost-Apps/acropolis_ynh.git
synced 2024-09-03 18:06:22 +02:00
changes
This commit is contained in:
parent
a5c5fa11d1
commit
42e3d879e9
1 changed files with 3 additions and 1 deletions
|
@ -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"...)
|
||||
|
|
Loading…
Reference in a new issue