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
8f08dee235
commit
f46cad7a26
1 changed files with 8 additions and 0 deletions
|
@ -28,6 +28,14 @@ privateinstance=$YNH_APP_ARG_PRIVATEINSTANCE
|
|||
# Load common variables and helpers
|
||||
source ./_common.sh
|
||||
|
||||
#=================================================
|
||||
# CHECK IF THE APP CAN BE INSTALLED WITH THIS ARGS
|
||||
#=================================================
|
||||
|
||||
path_url=$(ynh_normalize_url_path $path_url) # Vérifie et corrige la syntaxe du path.
|
||||
CHECK_DOMAINPATH # Vérifie la disponibilité du path et du domaine.
|
||||
CHECK_FINALPATH # Vérifie que le dossier de destination n'est pas déjà utilisé.
|
||||
|
||||
# Check that the options are compatible
|
||||
if [ $is_public = "Yes" ]; then
|
||||
if [ $privateinstance = "Yes" ] ; then
|
||||
|
|
Loading…
Reference in a new issue