1
0
Fork 0
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:
ericgaspar 2021-07-25 15:45:25 +02:00
parent e0f7ed6581
commit a5c62bb7e1
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -66,9 +66,9 @@ then
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/modules" "$final_path/modules"
cp "$final_path.old/themes" "$final_path/themes"
cp "$final_path.old/files" "$final_path/files"
cp -r "$final_path.old/modules" "$final_path/modules"
cp -r "$final_path.old/themes" "$final_path/themes"
cp -r "$final_path.old/files" "$final_path/files"
# delete temp directory
ynh_secure_remove "$final_path.old"
fi