Skip to content

Commit

Permalink
Closes #377
Browse files Browse the repository at this point in the history
  • Loading branch information
mohierf committed Sep 29, 2016
1 parent f5606d7 commit 43f4318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_init_scripts(config):
data_files = data_files + "\netc/init.d = bin/init.d/*"
data_files = data_files + "\netc/default = bin/default/alignak.in"
elif 'bsd' in sys.platform or 'dragonfly' in sys.platform:
data_files = data_files + "\nusr/local/etc/rc.d = bin/rc.d/*"
data_files = data_files + "\netc/rc.d = bin/rc.d/*"
else:
raise Exception("Unsupported platform, sorry")

Expand Down

0 comments on commit 43f4318

Please sign in to comment.