Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
create dir to store config files in
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Dec 28, 2017
1 parent 9b8faf0 commit 2b6e4e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run/nobody/start.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash

# create dir to store config files in
mkdir -p /config/nzbhydra

# run app
/usr/bin/python2 /usr/lib/nzbhydra/nzbhydra.py --nobrowser --config /config/nzbhydra/settings.cfg --database /config/nzbhydra/nzbhydra.db

0 comments on commit 2b6e4e9

Please sign in to comment.