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 }