]> git.mxchange.org Git - mailer.git/blobdiff - updater/.cmds.sh
Moved to contrib/ in preperation for merge
[mailer.git] / updater / .cmds.sh
diff --git a/updater/.cmds.sh b/updater/.cmds.sh
deleted file mode 100755 (executable)
index 002a72f..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-# Self-test
-if test "`basename $0`" = ".cmds.sh"; then
-       echo "Bye..."
-       exit 0
-fi
-
-# Base directory holding the files
-CMDS="cmds"
-CMDS_DIR="mxchange_$CMDS"
-
-# Upload directory on server
-CMDS_FTP_DIR="htdocs/$CMDS/"
-
-# Sections on FTP server
-CMDS_SECTIONS="status safe intern extern rmember wmember export"
-
-# Status command files
-STATUS_CMDS="active beg bonus engine member order status rlevels"
-
-# Export-Account command files
-RMEMBER_CMDS="nickname order persona points rpoints"
-
-# Read-Only member command files
-EXPORT_CMDS="nickname order persona points rpoints"
-
-# Command files to upload on FTP server
-UPLOAD_CMDS=""