diff options
Diffstat (limited to 'config/frickin/frickin.inc')
-rw-r--r-- | config/frickin/frickin.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/frickin/frickin.inc b/config/frickin/frickin.inc index d8f777d0..a3d7ae1e 100644 --- a/config/frickin/frickin.inc +++ b/config/frickin/frickin.inc @@ -34,9 +34,9 @@ if(!function_exists("filter_configure")) function frickin_custom_php_install_command() { global $config; - if(file_exists("/tmp/frickin.tgz")) { - exec("tar xzPf /tmp/frickin.tgz -C /"); - unlink("/tmp/frickin.tgz"); + if(file_exists("/tmp/frickin.tar.gz")) { + exec("tar xzPf /tmp/frickin.tar.gz -C /"); + unlink("/tmp/frickin.tar.gz"); } $fout = fopen("/usr/local/etc/rc.d/frickin.sh", "w"); fwrite($fout, "#!/bin/sh\n# This package was automatically generated\n# by the pfSense package system.\n\n"); |