From c1afb5e4538b69de026605d77241b7a4f3318396 Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Wed, 12 Mar 2025 17:07:16 +0200 Subject: [PATCH] d --- hosts/default/other/activate.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default/other/activate.nix b/hosts/default/other/activate.nix index 2668b1c..3fe9e65 100644 --- a/hosts/default/other/activate.nix +++ b/hosts/default/other/activate.nix @@ -40,7 +40,7 @@ create_dir() { trap "USER=ocbwoy3 mkdir -p \"$1\"" EXIT - trap "USER=ocbwoy3 chown ocbwoy3:ocbwoy3 \"$1\" EXIT + trap "USER=ocbwoy3 chown ocbwoy3:ocbwoy3 \"$1\"" EXIT trap "USER=ocbwoy3 chmod 700 \"$1\"" EXIT }