You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/scripts/activation_code_remove
Copy file name to clipboardExpand all lines: plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/scripts/activation_code_setup
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ debug_echo "Checking for activation directory at $ACTIVATION_DIR"
74
74
75
75
if [[ -d"$ACTIVATION_DIR" ]];then
76
76
debug_echo "Activation directory found"
77
-
ACTIVATION_SETUP_FLAG="$ACTIVATION_DIR/.setup"
77
+
ACTIVATION_SETUP_FLAG="$ACTIVATION_DIR/.done"
78
78
ACTIVATION_JSON_EXTENSION=".activationcode"
79
79
# get the first file in the dir that matches the extension, later parsed as JSON for specific values
80
80
ACTIVATION_JSON=$(find "$ACTIVATION_DIR" -maxdepth 1 -type f -name "*$ACTIVATION_JSON_EXTENSION"| head -n 1)
@@ -275,7 +275,7 @@ if [[ -d "$ACTIVATION_DIR" ]]; then
0 commit comments