summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-11-22 01:06:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-11-22 01:06:13 +0000
commitecfd78d97840e131d8dca73a2f7104abad7d2683 (patch)
tree00b6e26ecef3ccbcc243fa6fb10d6e2d9ad297d4 /etc
parentf9fd2b14d467b13756682ca3b571586e98c32675 (diff)
downloadpfsense-ecfd78d97840e131d8dca73a2f7104abad7d2683.zip
pfsense-ecfd78d97840e131d8dca73a2f7104abad7d2683.tar.gz
Add c/r's to improve presentation
Diffstat (limited to 'etc')
-rw-r--r--etc/phpshellsessions/restartftphelper9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/phpshellsessions/restartftphelper b/etc/phpshellsessions/restartftphelper
index 5b539fa..43479c9 100644
--- a/etc/phpshellsessions/restartftphelper
+++ b/etc/phpshellsessions/restartftphelper
@@ -1,15 +1,24 @@
+! echo ""
! echo "Killing ftp-proxy if started..."
= killall ftp-proxy
+! echo ""
! echo "Killing pftpx if started..."
= killall pftpx
+! echo ""
! echo "Killing ftpsesame if started..."
= killall ftpsesame
+! echo ""
! echo "Running php function system_start_ftp_helpers()..."
system_start_ftp_helpers();
+! echo ""
! echo "Checking if ftp-proxy is running..."
= ps awux | grep "ftp-proxy"
+! echo ""
! echo "Checking if pftpx is running..."
= ps awux | grep "pftpx"
+! echo ""
! echo "Checking if ftpsesame is running..."
= ps awux | grep "ftpsesame"
+! echo ""
! echo "Done."
+! echo "" \ No newline at end of file
OpenPOWER on IntegriCloud