Removing unnecessary curlies from bash command.

This commit is contained in:
Dan Helfman 2016-07-04 09:35:51 -07:00
parent abb6bed459
commit 87c65fb723
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ and the [sample systemd timer
file](https://torsion.org/hg/borgmatic/raw-file/tip/sample/systemd/borgmatic.timer).
Then, from the directory where you downloaded them:
sudo mv {borgmatic.service,borgmatic.timer} /etc/systemd/system/
sudo mv borgmatic.service borgmatic.timer /etc/systemd/system/
sudo systemctl enable borgmatic.timer
sudo systemctl start borgmatic.timer