Closed bpali closed 5 years ago
ln -s /etc/opt/remi/php55/php.ini /etc/php${1}.ini ln -s /etc/opt/remi/php55/php.d /etc/php${1}.d
should be
ln -s /etc/opt/remi/php${1}/php.ini /etc/php${1}.ini ln -s /etc/opt/remi/php${1}/php.d /etc/php${1}.d
Thanks you, I will check it
should be