fix: do not remove skel automatically.

This commit is contained in:
Strix 2023-11-06 18:04:48 +01:00
parent c968b9be27
commit b255a34f40
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
2 changed files with 1 additions and 1 deletions

View file

@ -11,7 +11,6 @@ if cd /etc/ixvd/secrets; then
cd - cd -
fi fi
./tools/server-remove-skel.sh
git pull git pull
./tools/server-setup.sh ./tools/server-setup.sh
./tools/server-docker-compose.sh build --pull ./tools/server-docker-compose.sh build --pull

View file

@ -47,6 +47,7 @@ _ssh() {
ssh \ ssh \
-l $SPREAD_USER \ -l $SPREAD_USER \
-o ConnectTimeout=5 \ -o ConnectTimeout=5 \
${SPREAD_SSH_OPTIONS:-} \
$1 \ $1 \
"$SPREAD_COMMAND" "$SPREAD_COMMAND"
} }