Skip to content

Commit f626bd8

Browse files
committed
Also clear openssl directory after building.
1 parent 74edf2c commit f626bd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hst_autocompile.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ if [ "$PHP_B" = true ] ; then
571571
# clear up the source folder
572572
if [ "$KEEPBUILD" != 'true' ]; then
573573
rm -r $BUILD_DIR/php-$PHP_V
574+
rm -r $BUILD_DIR/openssl
574575
rm -r $BUILD_DIR_HESTIAPHP
575576
if [ "$use_src_folder" == 'true' ] && [ -d $BUILD_DIR/hestiacp-$branch_dash ]; then
576577
rm -r $BUILD_DIR/hestiacp-$branch_dash

0 commit comments

Comments
 (0)