Browse Source

minor fix on urbackup.sh

Bachir Soussi Chiadmi 6 years ago
parent
commit
875027f99b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/urbackup.sh

+ 1 - 1
bin/urbackup.sh

@@ -51,7 +51,7 @@ urbackupclientbackend -v info
 
 # install and enable systemd service
 cp "$_assets"/urbackup.service /etc/ststemd/system/
-chmod a+x /etc/ststemd/system/urbackup.service
+chmod a+x /etc/systemd/system/urbackup.service
 
 systemctl --system daemon-reload
 systemctl start urbackup.service