summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions/restartftphelper
diff options
context:
space:
mode:
Diffstat (limited to 'etc/phpshellsessions/restartftphelper')
-rw-r--r--etc/phpshellsessions/restartftphelper16
1 files changed, 0 insertions, 16 deletions
diff --git a/etc/phpshellsessions/restartftphelper b/etc/phpshellsessions/restartftphelper
deleted file mode 100644
index 61c8803..0000000
--- a/etc/phpshellsessions/restartftphelper
+++ /dev/null
@@ -1,16 +0,0 @@
-! echo "===> Beginning restartftphelper."
-! echo "Killing ftp-proxy if started..."
-= killall ftp-proxy
-! echo "Killing pftpx if started..."
-= killall pftpx
-! echo "Killing ftpsesame if started..."
-= killall ftpsesame
-! echo "Running php function system_start_ftp_helpers()..."
-system_start_ftp_helpers();
-! echo "Checking if ftp-proxy is running..."
-= ps awux | grep "ftp-proxy"
-! echo "Checking if pftpx is running..."
-= ps awux | grep "pftpx"
-! echo "Checking if ftpsesame is running..."
-= ps awux | grep "ftpsesame"
-! echo "===> End of restartftphelper."
OpenPOWER on IntegriCloud