We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f626bd8 commit 51b9705Copy full SHA for 51b9705
1 file changed
src/hst_autocompile.sh
@@ -570,7 +570,7 @@ if [ "$PHP_B" = true ] ; then
570
571
# clear up the source folder
572
if [ "$KEEPBUILD" != 'true' ]; then
573
- rm -r $BUILD_DIR/php-$PHP_V
+ rm -r $BUILD_DIR/php-$(echo $PHP_V |cut -d"~" -f1)
574
rm -r $BUILD_DIR/openssl
575
rm -r $BUILD_DIR_HESTIAPHP
576
if [ "$use_src_folder" == 'true' ] && [ -d $BUILD_DIR/hestiacp-$branch_dash ]; then
0 commit comments