This commit is contained in:
Michael Bianco
2021-04-23 14:38:37 -06:00
parent 17b9ae6d4a
commit f689c620cf

View File

@@ -96,7 +96,7 @@ install_php() {
# it's not obvious where php.ini should be placed, let us make it easy for the user
mkdir -p $install_path/conf.d/
echo "# add system-wide php configuration options here" > $install_path/conf.d/php.ini
echo "# add system-wide php configuration options here" >$install_path/conf.d/php.ini
}
install_composer() {