From 36ecb27357c6f39d3dbbde70f245b8561d7f76de Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 22 Nov 2007 01:13:38 +0000 Subject: Cleanup c/r usage. --- etc/phpshellsessions/restartftphelper | 9 --------- 1 file changed, 9 deletions(-) (limited to 'etc') diff --git a/etc/phpshellsessions/restartftphelper b/etc/phpshellsessions/restartftphelper index 43479c9..5b539fa 100644 --- a/etc/phpshellsessions/restartftphelper +++ b/etc/phpshellsessions/restartftphelper @@ -1,24 +1,15 @@ -! 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 -- cgit v1.1