From d79087ba3b43d157cb60d79cabdba416832089ca Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sun, 14 Feb 2021 04:47:07 +0530 Subject: [PATCH] Fixed install --- scripts/install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c73f1f1c..041a66b1 100755 --- a/scripts/install +++ b/scripts/install @@ -91,7 +91,9 @@ ynh_script_progression --message="Create addon directory inside Hubzilla root fo # ynh_setup_source --dest_dir="$final_path/addon" --source_id="app_addons" - `cd $final_path && util/add_addon_repo https://framagit.org/hubzilla/addons.git hzaddons` +pushd "$final_path" + `util/add_addon_repo https://framagit.org/hubzilla/addons.git hzaddons` +popd # 3 - Some extra folders ynh_script_progression --message="Creating smarty3 folder for personal data..."