diff options
-rw-r--r-- | packages/assp.xml | 1 |
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 &"); + 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"); |