From 6fee032bd1dccdd3613720880706d8d76e515c14 Mon Sep 17 00:00:00 2001 From: shenmo Date: Mon, 21 Oct 2024 02:06:34 +0800 Subject: [PATCH] fix:quotes --- tool/ssaudit | 2 +- tool/ssinstall | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/ssaudit b/tool/ssaudit index 59440fc..0c529ea 100755 --- a/tool/ssaudit +++ b/tool/ssaudit @@ -123,7 +123,7 @@ DEBPATH=$(realpath "$1") fi dpkg --force-conflicts -i "$DEBPATH" - aptss install $DEBPATH -yf + aptss install "$DEBPATH" -yf if [ "$?" = "0" ] && [ "$2" = "--delete-after-install" ]; then if dpkg -s "$package_name" >/dev/null 2>&1; then diff --git a/tool/ssinstall b/tool/ssinstall index e95acb0..5ca76da 100755 --- a/tool/ssinstall +++ b/tool/ssinstall @@ -166,7 +166,7 @@ if [ ! -z "$IS_SHA512SUM_CHECKED" ]; then fi dpkg --force-conflicts -i "$DEBPATH" - aptss install $DEBPATH -yf + aptss install "$DEBPATH" -yf unlock_file "$DEBPATH"