Skip to content
Snippets Groups Projects
Commit 268c1dfc authored by Bob Mottram's avatar Bob Mottram
Browse files

Get mariadb password when restoring ttrss

parent 48a8db20
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,9 @@ function backup_local_rss {
function restore_local_rss {
temp_restore_dir=/root/tempttrss
function_check get_mariadb_password
get_mariadb_password
function_check rss_create_database
rss_create_database
......@@ -239,6 +242,9 @@ function restore_remote_rss {
temp_restore_dir=/root/tempttrss
if grep -q "rss reader domain" $COMPLETION_FILE; then
echo $"Restoring ttrss"
function_check get_mariadb_password
get_mariadb_password
function_check restore_database_from_friend
function_check rss_create_database
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment