fix spacing

This commit is contained in:
m0duspwnens
2022-03-29 10:19:29 -04:00
parent 2f489895ef
commit e3f3af52e1

View File

@@ -367,7 +367,8 @@ run_check_net_err() {
exit $exit_code
fi
}
set_cron_service_name() {
set_cron_service_name() {
if [[ "$OS" == "centos" ]]; then
cron_service_name="crond"
else