restarts php7.VERSION-fpm to take on new password for db
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user