aboutsummaryrefslogtreecommitdiffstats
path: root/config/avahi/avahi.inc
diff options
context:
space:
mode:
Diffstat (limited to 'config/avahi/avahi.inc')
-rw-r--r--config/avahi/avahi.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/avahi/avahi.inc b/config/avahi/avahi.inc
index 7c882789..8156ee58 100644
--- a/config/avahi/avahi.inc
+++ b/config/avahi/avahi.inc
@@ -44,9 +44,9 @@ function avahi_install() {
exec("mv /usr/local/etc/avahi/*.service /usr/local/etc/avahi/services/");
// Extract out libraries and avahi-daemon
- if(file_exists("/root/avahi.tgz")) {
- exec("/usr/bin/tar xzPUf /root/avahi.tgz -C /");
- unlink("/root/avahi.tgz");
+ if(file_exists("/root/avahi.tar.gz")) {
+ exec("/usr/bin/tar xzPUf /root/avahi.tar.gz -C /");
+ unlink("/root/avahi.tar.gz");
}
// Make sure everthing was extracted