1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00

Fixed update

This commit is contained in:
anmol26s 2021-02-14 04:40:21 +05:30
parent ae293d955c
commit 4d9a8afcf0
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ ynh_script_progression --message="Create addon directory inside Hubzilla root fo
# ynh_setup_source --dest_dir="$final_path/addon" --source_id="app_addons" # 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` `cd $final_path && util/add_addon_repo https://framagit.org/hubzilla/addons.git hzaddons`
# 3 - Some extra folders # 3 - Some extra folders
ynh_script_progression --message="Creating smarty3 folder for personal data..." ynh_script_progression --message="Creating smarty3 folder for personal data..."

View file

@ -73,7 +73,7 @@ ynh_script_progression --message="Upgrading source files..."
if [ `cd $final_path && git rev-parse --is-inside-work-tree` ]; then if [ `cd $final_path && git rev-parse --is-inside-work-tree` ]; then
`cd $final_path && util/udall` `cd $final_path && util/udall`
chmod -R 777 $final_path/store chmod -R 777 $final_path/store
else else
# Create a temporary directory # Create a temporary directory