1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

Upgrade to 2018.09

This commit is contained in:
anmol26s 2018-09-24 20:23:16 +05:30
parent 67d8e51586
commit 33a67025e5

View file

@ -43,6 +43,7 @@ cp -a "$final_path/.htconfig.php" "$tmpdir/.htconfig.php"
if [ -f $final_path/.htaccess ]; then
cp -a "$final_path/.htaccess" "$tmpdir/.htaccess"
fi
rm -Rf "$final_path"
# If final_path doesn't exist, create it
if [ -z $final_path ]; then