use copy instead of move

This commit is contained in:
Siwat Sirichai 2022-11-17 13:53:29 +07:00
parent 2e451d99a7
commit deefb6bf01
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ sudo apt update
sudo apt install -y python3 python3-pip sudo apt install -y python3 python3-pip
sudo pip3 install siwat-light-control-protocol sudo pip3 install siwat-light-control-protocol
echo "Moving Directory to SLCP" echo "Creating SLCP Working Directory"
sudo mv -v ./ /slcp sudo cp -rv ./ /slcp
sudo chmod 777 -Rv /slcp sudo chmod 777 -Rv /slcp
echo "Creating systemd Service" echo "Creating systemd Service"