mirror of
https://github.com/YunoHost-Apps/shaarli_ynh.git
synced 2024-09-03 20:26:10 +02:00
Update install
This commit is contained in:
parent
e170b60b67
commit
cc4af956e4
1 changed files with 2 additions and 1 deletions
|
@ -17,13 +17,14 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
|
||||
# Retrieve arguments
|
||||
domain=$YNH_APP_ARG_DOMAIN
|
||||
path_url=$YNH_APP_ARG_PATH
|
||||
path=$YNH_APP_ARG_PATH
|
||||
admin=$YNH_APP_ARG_ADMIN
|
||||
is_public=$YNH_APP_ARG_IS_PUBLIC
|
||||
title=$YNH_APP_ARG_TITLE
|
||||
privatelinkbydefault=$YNH_APP_ARG_PRIVATELINKBYDEFAULT
|
||||
password=$YNH_APP_ARG_PASSWORD
|
||||
privateinstance=$YNH_APP_ARG_PRIVATEINSTANCE
|
||||
path_url=$YNH_APP_ARG_PATH
|
||||
|
||||
# Load common variables and helpers
|
||||
source ./_common.sh
|
||||
|
|
Loading…
Reference in a new issue