Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit f2fc4b1

Browse files
wesricechingor13
authored andcommitted
Removing loose php-cli.ini fails silently (#423)
Fixes #422
1 parent 2dc506a commit f2fc4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-base/build-scripts/lockdown.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ ${PHP_DIR}/bin/php -d auto_prepend_file='' \
4242
/build-scripts/whitelist_functions.php
4343

4444
# Remove loose php-cli.ini
45-
rm /opt/php/lib/php-cli.ini
45+
rm -f /opt/php/lib/php-cli.ini

0 commit comments

Comments
 (0)