aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-21 15:34:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-21 15:34:23 +0000
commit99557b9000be7ac9bf5ddadab5be2c149fbea222 (patch)
treecc8cb0c7b402afe2c3bc178fd207ddade8685000
parentd322281de64c6d5645e5b9c131ca695bfcc0a94d (diff)
downloadpfsense-packages-99557b9000be7ac9bf5ddadab5be2c149fbea222.tar.gz
pfsense-packages-99557b9000be7ac9bf5ddadab5be2c149fbea222.tar.bz2
pfsense-packages-99557b9000be7ac9bf5ddadab5be2c149fbea222.zip
Alert user when ASSP is done installing.
-rw-r--r--packages/assp.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/assp.xml b/packages/assp.xml
index e2b6888a..1cc8423b 100644
--- a/packages/assp.xml
+++ b/packages/assp.xml
@@ -24,6 +24,7 @@
fclose($fout);
chmod("/usr/local/etc/rc.d/assp.sh", 0755);
system("/usr/local/etc/rc.d/assp.sh &amp;");
+ echo "ASSP is now installed. You can access it from the left hand menu.";
</custom_php_install_command>
<custom_php_deinstall_command>
rmdir_recursive("/usr/local/assp");