Skip to content

Commit

Permalink
mv instead of cp
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Mevel committed Jun 25, 2020
1 parent 7e5af1d commit d629444
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ cat > '/tmp/pynab' <<- END
compress
}
END
sudo cp /tmp/pynab /etc/logrotate.d/pynab
sudo mv /tmp/pynab /etc/logrotate.d/pynab


# Fix Advertise rabbit on local network #141
Expand All @@ -344,7 +344,7 @@ cat > '/tmp/pynab.service' <<- END
</service>
</service-group>
END
sudo cp /tmp/pynab.service /etc/avahi/services/pynab.service
sudo mv /tmp/pynab.service /etc/avahi/services/pynab.service



Expand All @@ -363,7 +363,7 @@ cat > '/tmp/nabblocky.service' <<- END
</service>
</service-group>
END
sudo cp /tmp/nabblocky.service /etc/avahi/services/nabblocky.service
sudo mv /tmp/nabblocky.service /etc/avahi/services/nabblocky.service


if [ -e /tmp/pynab.upgrade.reboot ]; then
Expand Down

0 comments on commit d629444

Please sign in to comment.