diff options
Diffstat (limited to 'bin/ii-connect')
-rwxr-xr-x | bin/ii-connect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ii-connect b/bin/ii-connect index cf332c0..5f8aacc 100755 --- a/bin/ii-connect +++ b/bin/ii-connect @@ -2,7 +2,7 @@ # run and handle the irc client -# shellcheck source=conf/default.conf +# shellcheck source=../conf/default.conf . "${0%/*}/../conf/default.conf" # start ii if it is not running |