Project

General

Profile

Download (558 Bytes) Statistics
| Branch: | Tag: | Revision:
1 276356d4 Scott Ullrich
! echo "===> Beginning restartftphelper."
2 8182275e Scott Ullrich
! echo "Killing ftp-proxy if started..."
3
= killall ftp-proxy
4
! echo "Killing pftpx if started..."
5
= killall pftpx
6
! echo "Killing ftpsesame if started..."
7
= killall ftpsesame
8
! echo "Running php function system_start_ftp_helpers()..."
9
system_start_ftp_helpers();
10
! echo "Checking if ftp-proxy is running..."
11 f9fd2b14 Scott Ullrich
= ps awux | grep "ftp-proxy"
12 8182275e Scott Ullrich
! echo "Checking if pftpx is running..."
13 f9fd2b14 Scott Ullrich
= ps awux | grep "pftpx"
14 8182275e Scott Ullrich
! echo "Checking if ftpsesame is running..."
15 f9fd2b14 Scott Ullrich
= ps awux | grep "ftpsesame"
16 276356d4 Scott Ullrich
! echo "===> End of restartftphelper."