Update pleroma after restore

This commit is contained in:
Bob Mottram 2018-02-08 12:31:25 +00:00
parent 2962ae0575
commit efa147b2c5
1 changed files with 1 additions and 0 deletions

View File

@ -778,6 +778,7 @@ function restore_local_pleroma {
chown -R pleroma:pleroma $pleroma_dir
rm -rf $temp_restore_dir
fi
pleroma_update_after_restore pleroma ${PLEROMA_DOMAIN_NAME}
echo $"Restore of pleroma complete"
fi