changed unzip location
This commit is contained in:
parent
5e48b2d7ee
commit
30dba1b639
@ -1,9 +1,9 @@
|
||||
DEVICE=$1
|
||||
USER=$2
|
||||
|
||||
7z x $1.zip -o./$2/
|
||||
7z x $1.zip -o./files/$2/
|
||||
|
||||
mv ./$2/* /home/$2/
|
||||
mv ./files/$2/* /home/$2/
|
||||
|
||||
chown -R $USER /home/$USER
|
||||
chgrp -R $USER /home/$USER
|
||||
|
Loading…
Reference in New Issue
Block a user