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

Commit

Permalink
Removing loose php-cli.ini fails silently (#423)
Browse files Browse the repository at this point in the history
Fixes #422
  • Loading branch information
wesrice authored and chingor13 committed Mar 20, 2018
1 parent 2dc506a commit f2fc4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-base/build-scripts/lockdown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ ${PHP_DIR}/bin/php -d auto_prepend_file='' \
/build-scripts/whitelist_functions.php

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

0 comments on commit f2fc4b1

Please sign in to comment.