From 44457a00d6bea8fefa109a7386703a6a1495b7f7 Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Wed, 12 Mar 2025 17:04:14 +0200 Subject: [PATCH] b --- hosts/default/other/activate.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/default/other/activate.nix b/hosts/default/other/activate.nix index 3db30a3..76f0d4b 100644 --- a/hosts/default/other/activate.nix +++ b/hosts/default/other/activate.nix @@ -40,9 +40,9 @@ export USER=ocbwoy3 create_dir() { - mkdir -p "$1" - chown $USER:$USER "$1" - chmod 700 "$1" + mkdir -p "$1" + chown $USER:$USER "$1" + chmod 700 "$1" } trap "create_dir /home/$USER/Pictures/Screenshots" EXIT