Skip to content

Commit

Permalink
clean up of prior commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed May 15, 2016
1 parent 4e325b8 commit 0033776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/util/ubuntu_package_scripts/production/postinst
Expand Up @@ -303,7 +303,7 @@ case "$1" in
#check if PHP7 config file exists; if it does then use it.
if [ -f $PHP_ALTERNATE ]; then
PHP=$PHP_ALTERNATE
fi
fi

#check to ensure the php configuration file exists
if [ -f $PHP ]; then
Expand Down

0 comments on commit 0033776

Please sign in to comment.