diff options
Diffstat (limited to 'roles/space_server/templates/radius')
-rwxr-xr-x | roles/space_server/templates/radius/getusers.sh.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/space_server/templates/radius/getusers.sh.j2 b/roles/space_server/templates/radius/getusers.sh.j2 index 25068a8..b7e6659 100755 --- a/roles/space_server/templates/radius/getusers.sh.j2 +++ b/roles/space_server/templates/radius/getusers.sh.j2 @@ -12,5 +12,5 @@ trap cleanup EXIT SIGINT SIGTERM curl -fs -o "$tmpfile" '{{ radius_passwords.download_url }}' if ! diff -q "$tmpfile" "$outfile" >/dev/null; then install -m0640 "$tmpfile" "$outfile" - systemctl restart radiusd.service + #systemctl restart radiusd.service fi |