mirror of
https://github.com/YunoHost-Apps/omeka-s_ynh.git
synced 2024-09-03 19:56:05 +02:00
Update upgrade
This commit is contained in:
parent
e0f7ed6581
commit
a5c62bb7e1
1 changed files with 3 additions and 3 deletions
|
@ -66,9 +66,9 @@ then
|
||||||
|
|
||||||
cp "$final_path.old/config/local.config.php" "$final_path/config/local.config.php"
|
cp "$final_path.old/config/local.config.php" "$final_path/config/local.config.php"
|
||||||
cp "$final_path.old/config/database.ini" "$final_path/config/database.ini"
|
cp "$final_path.old/config/database.ini" "$final_path/config/database.ini"
|
||||||
cp "$final_path.old/modules" "$final_path/modules"
|
cp -r "$final_path.old/modules" "$final_path/modules"
|
||||||
cp "$final_path.old/themes" "$final_path/themes"
|
cp -r "$final_path.old/themes" "$final_path/themes"
|
||||||
cp "$final_path.old/files" "$final_path/files"
|
cp -r "$final_path.old/files" "$final_path/files"
|
||||||
# delete temp directory
|
# delete temp directory
|
||||||
ynh_secure_remove "$final_path.old"
|
ynh_secure_remove "$final_path.old"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue