Create under servers directory
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-10-28 17:32:38 +01:00
parent db766f4aec
commit 3e3fe0e349
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

2
abra
View File

@ -740,7 +740,7 @@ sub_server_add() {
--docker "host=ssh://$USERNAME$HOST$PORT" \
|| true
mkdir -p "$ABRA_DIR/$HOST"
mkdir -p "$ABRA_DIR/servers/$HOST"
}
sub_server_rm() {