From 37fe063060c69e2b47e9a2d4e63245cd6289dd02 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Thu, 25 Jan 2024 01:43:20 -0500 Subject: [PATCH] unpriviledged users should be able to update --- bin/doorsupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/doorsupdate b/bin/doorsupdate index b424365..592c8a6 100755 --- a/bin/doorsupdate +++ b/bin/doorsupdate @@ -2,4 +2,4 @@ # Simple update doors -cd $HOME/.doors && git pull && ./setup +cd "$HOME"/.doors && git pull && ./scripts/copy_and_link