summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-11-22 01:04:35 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-11-22 01:04:35 +0000
commitf9fd2b14d467b13756682ca3b571586e98c32675 (patch)
treecad02ef3ec1bc3739fc30ae89725759ff6f6e55f /etc
parent8182275e798641b061343a65eaefeca0bf15ee25 (diff)
downloadpfsense-f9fd2b14d467b13756682ca3b571586e98c32675.zip
pfsense-f9fd2b14d467b13756682ca3b571586e98c32675.tar.gz
* Fix ! commands (do not echo commands but execute as shell)
* Fix grep commands in playback session for restart ftp helper
Diffstat (limited to 'etc')
-rw-r--r--etc/phpshellsessions/restartftphelper6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/phpshellsessions/restartftphelper b/etc/phpshellsessions/restartftphelper
index ca5ab01..5b539fa 100644
--- a/etc/phpshellsessions/restartftphelper
+++ b/etc/phpshellsessions/restartftphelper
@@ -7,9 +7,9 @@
! echo "Running php function system_start_ftp_helpers()..."
system_start_ftp_helpers();
! echo "Checking if ftp-proxy is running..."
-= ps awux | grep "pftpx|ftp-proxy"
+= ps awux | grep "ftp-proxy"
! echo "Checking if pftpx is running..."
-= ps awux | grep "pftpx|pftpx"
+= ps awux | grep "pftpx"
! echo "Checking if ftpsesame is running..."
-= ps awux | grep "pftpx|ftpsesame"
+= ps awux | grep "ftpsesame"
! echo "Done."
OpenPOWER on IntegriCloud