diff options
author | James Meyer <james.meyer@operamail.com> | 2011-12-21 21:08:00 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-12-21 21:08:00 (GMT) |
commit | 14166c817b594c43dddb0883e66f96cb32013643 (patch) | |
tree | 3b75d858a34a03fd912a4ba2212e3b49de8cb6fb /abs/core/func/func.install | |
parent | 9209409f73d55e26e2d325e076077bdd056f5d39 (diff) | |
download | linhes_pkgbuild-14166c817b594c43dddb0883e66f96cb32013643.zip linhes_pkgbuild-14166c817b594c43dddb0883e66f96cb32013643.tar.gz linhes_pkgbuild-14166c817b594c43dddb0883e66f96cb32013643.tar.bz2 |
func: run systemconfig.py func after install.
This is needed to setup the minion
Diffstat (limited to 'abs/core/func/func.install')
-rw-r--r-- | abs/core/func/func.install | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/func/func.install b/abs/core/func/func.install index f204214..6604ecb 100644 --- a/abs/core/func/func.install +++ b/abs/core/func/func.install @@ -22,7 +22,8 @@ post_install() { then mkdir -p /var/log/func fi - + #setups up the minion name + systemconfig.py -m func } |