Просмотр исходного кода

Change path to theme files for compilation

Kristan Kenney 6 лет назад
Родитель
Сommit
1def183de2
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      bin/v-update-sys-hestia-git
  2. 1 1
      src/hst_autocompile.sh

+ 1 - 1
bin/v-update-sys-hestia-git

@@ -349,7 +349,7 @@ if [ "$HESTIA_B" = true ] ; then
 
     # Move needed directories
     cd $BUILD_DIR/hestiacp-$branch
-    mv bin func install themes web ../hestia_$HESTIA_V/usr/local/hestia/
+    mv bin func install web ../hestia_$HESTIA_V/usr/local/hestia/
 
     # Set permission
     cd ../hestia_$HESTIA_V/usr/local/hestia/bin

+ 1 - 1
src/hst_autocompile.sh

@@ -452,7 +452,7 @@ if [ "$HESTIA_B" = true ] ; then
 
     # Move needed directories
     cd $BUILD_DIR/hestiacp-$branch
-    mv bin func install themes web ../hestia_$HESTIA_V/usr/local/hestia/
+    mv bin func install web ../hestia_$HESTIA_V/usr/local/hestia/
 
     # Set permission
     cd ../hestia_$HESTIA_V/usr/local/hestia/bin