Skip to content

Commit 6cf3fe8

Browse files
committed
executable
1 parent e7ad663 commit 6cf3fe8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

workers/update-ldap-cache.php

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/php
12
<?php
23

34
require_once __DIR__ . "/../resources/autoload.php";
@@ -37,7 +38,7 @@
3738
echo "arguments:
3839
f: flush cache and then update
3940
u: update cache even if already initialized
40-
h --help: display this message";
41+
h --help: display this message\n";
4142
die();
4243
}
4344
if (array_key_exists("f", $options)) {

0 commit comments

Comments
 (0)