From 3d675ce9a659c5a64496e15fec70b15a25729781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A9veloppeur=20=C3=A9gar=C3=A9?= Date: Mon, 16 Feb 2015 23:27:29 +0100 Subject: [PATCH] missing final path --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 805a766..51824eb 100644 --- a/scripts/install +++ b/scripts/install @@ -14,6 +14,8 @@ if [[ ! $? -eq 0 ]]; then fi sudo yunohost app setting friendica admin_user -v $user +final_path=/var/www/friendica + # Check domain/path availability sudo yunohost app checkurl $domain$path -a friendica if [[ ! $? -eq 0 ]]; then