Răsfoiți Sursa

Change path to theme files for compilation

Kristan Kenney 6 ani în urmă
părinte
comite
1def183de2
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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
     # Move needed directories
     cd $BUILD_DIR/hestiacp-$branch
     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
     # Set permission
     cd ../hestia_$HESTIA_V/usr/local/hestia/bin
     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
     # Move needed directories
     cd $BUILD_DIR/hestiacp-$branch
     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
     # Set permission
     cd ../hestia_$HESTIA_V/usr/local/hestia/bin
     cd ../hestia_$HESTIA_V/usr/local/hestia/bin