two typos fixed

This commit is contained in:
surtur 2019-11-19 02:43:31 +01:00
parent 9537689b17
commit ef80f7f098
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -1,7 +1,7 @@
#!/bin/bash
# simple config backup script for nebula
remote="rooot@git.dotya.ml:"
remote="root@git.dotya.ml"
myrsync="rsync -auvP"
$myrsync $remote:/etc/gitea/app.ini ~/utils/nebula &