소스 검색

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