Skamasle / sk-php-selector

PHP selector for centos 7
80 stars 70 forks source link

Bug in php ini linking #7

Closed bpali closed 5 years ago

bpali commented 6 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
Skamasle commented 5 years ago

Thanks you, I will check it