Skip to content

Commit 1def183

Browse files
author
Kristan Kenney
committed
Change path to theme files for compilation
1 parent d808cb2 commit 1def183

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/v-update-sys-hestia-git

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ if [ "$HESTIA_B" = true ] ; then
349349

350350
# Move needed directories
351351
cd $BUILD_DIR/hestiacp-$branch
352-
mv bin func install themes web ../hestia_$HESTIA_V/usr/local/hestia/
352+
mv bin func install web ../hestia_$HESTIA_V/usr/local/hestia/
353353

354354
# Set permission
355355
cd ../hestia_$HESTIA_V/usr/local/hestia/bin

src/hst_autocompile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ if [ "$HESTIA_B" = true ] ; then
452452

453453
# Move needed directories
454454
cd $BUILD_DIR/hestiacp-$branch
455-
mv bin func install themes web ../hestia_$HESTIA_V/usr/local/hestia/
455+
mv bin func install web ../hestia_$HESTIA_V/usr/local/hestia/
456456

457457
# Set permission
458458
cd ../hestia_$HESTIA_V/usr/local/hestia/bin

0 commit comments

Comments
 (0)