diff --git a/apt/start9.gpg b/apt/start9.gpg index e69de29bb..bb3bc2d3d 100644 Binary files a/apt/start9.gpg and b/apt/start9.gpg differ diff --git a/build/apt/publish-deb.sh b/build/apt/publish-deb.sh index 597c75cf9..b049e2796 100755 --- a/build/apt/publish-deb.sh +++ b/build/apt/publish-deb.sh @@ -38,8 +38,9 @@ if [ -n "$GPG_PRIVATE_KEY" ]; then fi # Configure s3cmd -S3CMD_CONFIG="$(mktemp)" -cat > "$S3CMD_CONFIG" < "$S3CMD_CONFIG" </dev/null || true echo "Added: $(basename "$deb") -> pool/${COMPONENT}/${PKG_NAME:0:1}/${PKG_NAME}/" done @@ -126,5 +134,5 @@ fi echo "Uploading to s3://${BUCKET}/ ..." s3 sync --acl-public --no-mime-magic "$REPO_DIR/" "s3://${BUCKET}/" -rm -f "$S3CMD_CONFIG" +[ -n "$S3CMD_CONFIG" ] && rm -f "$S3CMD_CONFIG" echo "Done." diff --git a/core/src/tunnel/update.rs b/core/src/tunnel/update.rs index 58739cf26..fe4a2b748 100644 --- a/core/src/tunnel/update.rs +++ b/core/src/tunnel/update.rs @@ -63,23 +63,16 @@ pub async fn apply_update(_ctx: TunnelContext, _: Empty) -> Result