mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-21 19:01:37 +00:00
8 lines
196 B
Bash
8 lines
196 B
Bash
if ! sudo echo '__ini__' > /etc/php/__version__/cli/php.ini; then
|
|
echo 'VITO_SSH_ERROR' && exit 1
|
|
fi
|
|
|
|
if ! sudo service php__version__-fpm restart; then
|
|
echo 'VITO_SSH_ERROR' && exit 1
|
|
fi
|