Bob Mottram 8 лет назад
Родитель
Сommit
fbf6854879
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1
    0
      src/freedombone-app-htmly

+ 1
- 0
src/freedombone-app-htmly Просмотреть файл

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