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
USER=${USER} ${my_dir}/createdb_bullseye.sh
fi
systemctl restart php7.${php_version}-fpm
}
install_birdnet_analysis() {