diff options
author | James Meyer <james.meyer@operamail.com> | 2011-12-12 15:13:10 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-12-12 15:13:10 (GMT) |
commit | 14094dae7617a478cebc30fa2f5fbb665939e9b0 (patch) | |
tree | e6ee447f2a9ce9eb1c3edd8d743321dd1ffea905 /abs/core/func/func.install | |
parent | dd676eeea075e3638ce98bc02642db4f470112e3 (diff) | |
download | linhes_pkgbuild-14094dae7617a478cebc30fa2f5fbb665939e9b0.zip linhes_pkgbuild-14094dae7617a478cebc30fa2f5fbb665939e9b0.tar.gz linhes_pkgbuild-14094dae7617a478cebc30fa2f5fbb665939e9b0.tar.bz2 |
func: rename failed_func and set it as a bash script in the header.
Diffstat (limited to 'abs/core/func/func.install')
-rw-r--r-- | abs/core/func/func.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/func/func.install b/abs/core/func/func.install index 1fcf6b1..f204214 100644 --- a/abs/core/func/func.install +++ b/abs/core/func/func.install @@ -15,7 +15,7 @@ post_install() { fi if [ ! -e /etc/cron.tenminutes/failed_func ] then - ln -s /usr/MythVantage/bin/failed_func.sh /etc/cron.tenminutes/failed_func + ln -s /usr/MythVantage/bin/failed_func /etc/cron.tenminutes/failed_func fi if [ ! -e /var/log/func ] |