From c8d496039ae493f3334a3b083f70f05e4dbf5f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Mon, 25 May 2026 20:32:36 +0200 Subject: [PATCH] Changed target_user for testing purposes. --- script/deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/deploy.sh b/script/deploy.sh index 488cd4f..445d544 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -746,7 +746,8 @@ CONFIG_FILE="web/config/numbus.yaml" BRIDGE_SCRIPT="web/logic/interactive.py" -TARGET_USER="nixos" +# default is nixos +TARGET_USER="numbus-admin" TMP_EXTRA_PATH="extra"