Skip to content

Commit

Permalink
Fix interpreter for nems-webhooktest
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Jul 29, 2019
1 parent c788f37 commit 0ba0387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webhooktest.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env php
#!/usr/bin/env php
<?php
$user=trim(shell_exec('whoami'));
if ($user != 'root') die('You cannot run this program as ' . $user . '. Please use sudo.' . PHP_EOL);
Expand Down

0 comments on commit 0ba0387

Please sign in to comment.