diff options
Diffstat (limited to 'ntcoin')
-rwxr-xr-x | ntcoin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ntcoin b/ntcoin index ce114a7..5f7582d 100755 --- a/ntcoin +++ b/ntcoin @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/local/bin/bash if [ "$#" -eq 0 ] || [ "$1" = "--help" ] || [ "$1" = "-h" ] then |