瀏覽代碼

Restoring legacy blog

Bob Mottram 8 年之前
父節點
當前提交
fbf6854879
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/freedombone-app-htmly

+ 1
- 0
src/freedombone-app-htmly 查看文件

@@ -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}/