switching to cp over mv, using it in verbose recursive mode

This commit is contained in:
Michael Scalzetti 2022-03-24 02:48:22 -04:00
parent 777470847f
commit 9eef446821

View File

@ -3,7 +3,7 @@ USER=$2
7z x $LOC -o./files/temp/$USER/
mv ./files/temp/$USER/* /home/$USER/
cp -vR ./files/temp/$USER/* /home/$USER/
echo "Hit ENTER when files finish transferring..."