From 88cc25aa481543d881659dfbfaeeb0aacef7a57b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 24 Nov 2021 10:10:59 +0100 Subject: [PATCH] Fix --- manifest.json | 4 ++++ scripts/restore | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index d41202f..6469e83 100755 --- a/manifest.json +++ b/manifest.json @@ -44,6 +44,10 @@ { "name": "is_public", "type": "boolean", + "help": { + "en": "If enabled, Omeka S will be accessible by people who do not have an account. This can be changed later via the webadmin.", + "fr": "Si cette case est cochée, Omeka S sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." + }, "default": true } ] diff --git a/scripts/restore b/scripts/restore index 74dec06..f325969 100755 --- a/scripts/restore +++ b/scripts/restore @@ -92,13 +92,6 @@ db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd) ynh_mysql_setup_db --db_user=$db_user --db_name=$db_name --db_pwd=$db_pwd ynh_mysql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < ./db.sql -#================================================= -# RESTORE THE LOGROTATE CONFIGURATION -#================================================= -ynh_script_progression --message="Restoring the logrotate configuration..." --weight=1 - -ynh_restore_file --origin_path="/etc/logrotate.d/$app" - #================================================= # GENERIC FINALIZATION #=================================================