cron.hourly script needs a shebang

This commit is contained in:
Thomas NOËL 2014-07-15 22:45:11 +02:00 committed by Benjamin Dauvergne
parent 5c4618715e
commit 98b952566c
1 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,4 @@
service authentic2 manage clearsessions
service authentic2 manage cleanupauthentic
#!/bin/sh
/usr/sbin/service authentic2 manage clearsessions
/usr/sbin/service authentic2 manage cleanupauthentic