diff options
-rw-r--r-- | etc/phpshellsessions/cvssync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync index 57408e4..b3827de 100644 --- a/etc/phpshellsessions/cvssync +++ b/etc/phpshellsessions/cvssync @@ -5,7 +5,7 @@ */ if(is_dir("/home/pfsense")) { - echo "\nRelocating cvssync..."; + echo "\nRelocating downloaded cvssync data, please wait..."; exec("rm -rf /home/pfsense"); echo " done.\n"; } |