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
cc4af956e4
commit
67fdea8070
1 changed files with 1 additions and 2 deletions
|
@ -34,8 +34,7 @@ source ./_common.sh
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
path_url=$(ynh_normalize_url_path $path_url) # Vérifie et corrige la syntaxe du path.
|
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
|
# Check that the options are compatible
|
||||||
if [ $is_public = "Yes" ]; then
|
if [ $is_public = "Yes" ]; then
|
||||||
|
|
Loading…
Reference in a new issue