Browse Source

Fix wrong var name

Ernesto Nicolás Carrea 5 years ago
parent
commit
7a602ea4ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/hst_autocompile.sh

+ 1 - 1
src/hst_autocompile.sh

@@ -586,7 +586,7 @@ if [ "$HESTIA_B" = true ]; then
 
     # clear up the source folder
     if [ "$KEEPBUILD" != 'true' ]; then
-        rm -r $BUILD_DIR_HESTIAPHP
+        rm -r $BUILD_DIR_HESTIA
         rm -rf hestiacp-$branch
     fi
     cd $BUILD_DIR/hestiacp-$branch