changed how LOC is treated, its just a file path now, the way it was before was stupid
This commit is contained in:
parent
a36b21bbef
commit
56873672ce
@ -1,7 +1,7 @@
|
|||||||
LOC=$1
|
LOC=$1
|
||||||
USER=$2
|
USER=$2
|
||||||
|
|
||||||
7z x $LOC.zip -o./files/temp/$USER/
|
7z x $LOC -o./files/temp/$USER/
|
||||||
|
|
||||||
mv ./files/temp/$USER/* /home/$USER/
|
mv ./files/temp/$USER/* /home/$USER/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user