From ef80f7f09859e08968d94a4df55ebb47c7449c0c Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 19 Nov 2019 02:43:31 +0100 Subject: [PATCH] two typos fixed --- getnebulaconfigs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getnebulaconfigs b/getnebulaconfigs index b67b703..50b8569 100755 --- a/getnebulaconfigs +++ b/getnebulaconfigs @@ -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 &