chore: rename plugin to mx autologin
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
BASE_DIR="/usr/local/hitme_plugins/mail-login"
|
||||
PLUGIN_DIR="/usr/local/directadmin/plugins/mail-login"
|
||||
BASE_DIR="/usr/local/hitme_plugins/mx_autologin"
|
||||
PLUGIN_DIR="/usr/local/directadmin/plugins/mx_autologin"
|
||||
|
||||
mkdir -p "$BASE_DIR/secrets" "$BASE_DIR/logs" "$BASE_DIR/state/rate-limit"
|
||||
chmod 700 "$BASE_DIR/secrets" "$BASE_DIR/logs" "$BASE_DIR/state" "$BASE_DIR/state/rate-limit"
|
||||
@@ -12,4 +12,4 @@ fi
|
||||
touch "$BASE_DIR/logs/audit.log"
|
||||
chmod 600 "$BASE_DIR/logs/audit.log"
|
||||
|
||||
echo "mail-login updated; configuration is read from $PLUGIN_DIR/plugin-settings.conf"
|
||||
echo "MX-Autologin updated; configuration is read from $PLUGIN_DIR/plugin-settings.conf"
|
||||
|
||||
Reference in New Issue
Block a user