restarts php7.VERSION-fpm to take on new password for db

This commit is contained in:
Patrick McGuire
2021-12-08 13:35:44 -05:00
parent 56bba313aa
commit e5469b7211
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -40,6 +40,7 @@ install_mariadb() {
elif [[ "${VERSION_CODENAME}" == "bullseye" ]];then elif [[ "${VERSION_CODENAME}" == "bullseye" ]];then
USER=${USER} ${my_dir}/createdb_bullseye.sh USER=${USER} ${my_dir}/createdb_bullseye.sh
fi fi
systemctl restart php7.${php_version}-fpm
} }
install_birdnet_analysis() { install_birdnet_analysis() {
+1
View File
@@ -539,6 +539,7 @@ install_selected_services() {
create_necessary_dirs create_necessary_dirs
generate_BirdDB generate_BirdDB
install_cleanup_cron install_cleanup_cron
systemctl restart php7.${php_version}-fpm
} }
if [ -f ${config_file} ];then if [ -f ${config_file} ];then