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

Restore legacy wiki

parent fbf68548
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,7 @@ function restore_local_dokuwiki {
DOKUWIKI_DOMAIN_NAME=$(get_completion_param "dokuwiki domain")
temp_restore_dir=/root/tempdokuwiki
function_check restore_directory_from_usb
restore_directory_from_usb $temp_restore_dir wiki
restore_directory_from_usb $temp_restore_dir dokuwiki
cp -r $temp_restore_dir/var/lib/dokuwiki/* /var/lib/dokuwiki/
if [ ! "$?" = "0" ]; then
......
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