We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74edf2c commit f626bd8Copy full SHA for f626bd8
src/hst_autocompile.sh
@@ -571,6 +571,7 @@ if [ "$PHP_B" = true ] ; then
571
# clear up the source folder
572
if [ "$KEEPBUILD" != 'true' ]; then
573
rm -r $BUILD_DIR/php-$PHP_V
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
577
rm -r $BUILD_DIR/hestiacp-$branch_dash
0 commit comments