summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-11-22 01:27:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-11-22 01:27:51 +0000
commit276356d4a16ec2bc3e9a437c6e03240f05693e31 (patch)
tree182abe72a78d869643d946b8bbe74e907e52c543 /etc
parentda30a386c916efbeee3b3bc699cf9c6df5ade37b (diff)
downloadpfsense-276356d4a16ec2bc3e9a437c6e03240f05693e31.zip
pfsense-276356d4a16ec2bc3e9a437c6e03240f05693e31.tar.gz
Show starting and ending of script
Diffstat (limited to 'etc')
-rw-r--r--etc/phpshellsessions/restartftphelper3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/phpshellsessions/restartftphelper b/etc/phpshellsessions/restartftphelper
index 5b539fa..61c8803 100644
--- a/etc/phpshellsessions/restartftphelper
+++ b/etc/phpshellsessions/restartftphelper
@@ -1,3 +1,4 @@
+! echo "===> Beginning restartftphelper."
! echo "Killing ftp-proxy if started..."
= killall ftp-proxy
! echo "Killing pftpx if started..."
@@ -12,4 +13,4 @@ system_start_ftp_helpers();
= ps awux | grep "pftpx"
! echo "Checking if ftpsesame is running..."
= ps awux | grep "ftpsesame"
-! echo "Done."
+! echo "===> End of restartftphelper."
OpenPOWER on IntegriCloud