Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jun 11, 2024
1 parent d6291db commit 207062c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/php-yum/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php-yum/${type} ];then
mv composer.phar /usr/local/bin/composer
fi

systemctl start php${type}-php-fpm
systemctl restart php${type}-php-fpm
fi


0 comments on commit 207062c

Please sign in to comment.