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:
parent
67d8e51586
commit
33a67025e5
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ cp -a "$final_path/.htconfig.php" "$tmpdir/.htconfig.php"
|
||||||
if [ -f $final_path/.htaccess ]; then
|
if [ -f $final_path/.htaccess ]; then
|
||||||
cp -a "$final_path/.htaccess" "$tmpdir/.htaccess"
|
cp -a "$final_path/.htaccess" "$tmpdir/.htaccess"
|
||||||
fi
|
fi
|
||||||
|
rm -Rf "$final_path"
|
||||||
|
|
||||||
# If final_path doesn't exist, create it
|
# If final_path doesn't exist, create it
|
||||||
if [ -z $final_path ]; then
|
if [ -z $final_path ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue