From 0d37be60aef9e41e11863249ea13bc48fedb8327 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Wed, 12 Mar 2025 00:19:58 +0100 Subject: [PATCH] Minor fixes. --- testing/scripts/setup_secrets_root.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/setup_secrets_root.sh b/testing/scripts/setup_secrets_root.sh index 1842950..58a649b 100755 --- a/testing/scripts/setup_secrets_root.sh +++ b/testing/scripts/setup_secrets_root.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e . ./_misc.sh -. "${HOME}/.nonpath_bins/plomlib.sh" +. ../home/desktop/.nonpath_bins/plomlib.sh abort_if_not_user root abort_if_offline -- 2.30.2