Răsfoiți Sursa

Removing unnecessary curlies from bash command.

Dan Helfman 9 ani în urmă
părinte
comite
a34dccbd27
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -140,7 +140,7 @@ and the [sample systemd timer
 file](https://torsion.org/hg/borgmatic/raw-file/tip/sample/systemd/borgmatic.timer).
 file](https://torsion.org/hg/borgmatic/raw-file/tip/sample/systemd/borgmatic.timer).
 Then, from the directory where you downloaded them:
 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 enable borgmatic.timer
     sudo systemctl start borgmatic.timer
     sudo systemctl start borgmatic.timer