From fbf685487930beb03ed1a41c8146674beb2069cb Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 17 Oct 2016 17:07:55 +0100 Subject: [PATCH] Restoring legacy blog --- src/freedombone-app-htmly | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedombone-app-htmly b/src/freedombone-app-htmly index 6413acf1..64d58396 100755 --- a/src/freedombone-app-htmly +++ b/src/freedombone-app-htmly @@ -223,6 +223,7 @@ function restore_local_htmly { if [ $HTMLY_DOMAIN_NAME ]; then echo $"Restoring htmly installation" temp_restore_dir=/root/temphtmly + restore_directory_from_usb $temp_restore_dir blog restore_directory_from_usb $temp_restore_dir htmly rm -rf /var/www/${HTMLY_DOMAIN_NAME}/htdocs cp -r $temp_restore_dir/var/www/${HTMLY_DOMAIN_NAME}/htdocs /var/www/${HTMLY_DOMAIN_NAME}/