From 56873672ce7f722ac51d8420d0e7f5f127df3ff9 Mon Sep 17 00:00:00 2001 From: Michael Scalzetti Date: Thu, 24 Mar 2022 02:42:38 -0400 Subject: [PATCH] changed how LOC is treated, its just a file path now, the way it was before was stupid --- auto_move.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_move.sh b/auto_move.sh index d525166..6d5fed5 100644 --- a/auto_move.sh +++ b/auto_move.sh @@ -1,7 +1,7 @@ LOC=$1 USER=$2 -7z x $LOC.zip -o./files/temp/$USER/ +7z x $LOC -o./files/temp/$USER/ mv ./files/temp/$USER/* /home/$USER/