From 7122a7257dc8a96a20e59789f04acdc223a09ac4 Mon Sep 17 00:00:00 2001 From: Anthony Date: Fri, 3 Nov 2023 01:24:49 +0800 Subject: [PATCH] Revert bad commit --- manifest.jps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.jps b/manifest.jps index 22900ad..a395f4c 100644 --- a/manifest.jps +++ b/manifest.jps @@ -73,8 +73,8 @@ actions: - if ("${response.exitStatus}" != "0"): return: sftpError - setGlobals: - username: ${fn.extract(response.out, "\"USERNAME\": \"(.*?)\"")} - password: ${fn.extract(response.out, "\"PASSWORD\": \"(.*?)\"")} + username: "${fn.extract(response.out, "\"USERNAME\": \"(.*?)\"")}" + password: "${fn.extract(response.out, "\"PASSWORD\": \"(.*?)\"")}" - return: sftpSuccess change_password: - cmd[cp]: