Skip to content

Commit

Permalink
Adds backup directory creation to install hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Butler committed Jun 7, 2014
1 parent cc96cdb commit 06382fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/bind/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ def install(self):
log("Installing Python packages")
pip_install('files/bind/pip')

os.makedirs('/etc/bind/zone-backup')
open_port(53)

0 comments on commit 06382fc

Please sign in to comment.