poppabear8883 / UNIT3D-INSTALLER

Provisioner and Installer for the UNIT3D Torrent Tracker Platform.
49 stars 29 forks source link

To sed or not to sed #48

Closed OlafvdSpek closed 2 years ago

OlafvdSpek commented 4 years ago
sed -i 's/;date.timezone =/date.timezone = UTC/g' /etc/php/7.4/cli/php.ini

Wouldn't it be simpler to put all local conf in /etc/php/7.4/cli/conf.d/90-local.ini ?

HDVinnie commented 4 years ago

@poppabear8883 thoughts?