Browse Source

Restoring legacy blog

Bob Mottram 8 years ago
parent
commit
fbf6854879
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-app-htmly

+ 1
- 0
src/freedombone-app-htmly View File

@@ -223,6 +223,7 @@ function restore_local_htmly {
223 223
     if [ $HTMLY_DOMAIN_NAME ]; then
224 224
         echo $"Restoring htmly installation"
225 225
         temp_restore_dir=/root/temphtmly
226
+        restore_directory_from_usb $temp_restore_dir blog
226 227
         restore_directory_from_usb $temp_restore_dir htmly
227 228
         rm -rf /var/www/${HTMLY_DOMAIN_NAME}/htdocs
228 229
         cp -r $temp_restore_dir/var/www/${HTMLY_DOMAIN_NAME}/htdocs /var/www/${HTMLY_DOMAIN_NAME}/