From 13a505df7ab1f47f99b4673b3522663b07434b8d Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 15 Apr 2025 15:41:18 +0200 Subject: [PATCH] quickfix spelling issue --- ct/npmplus.sh | 2 +- ct/peanut.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/npmplus.sh b/ct/npmplus.sh index d8f2c6248..d0b2dbe10 100644 --- a/ct/npmplus.sh +++ b/ct/npmplus.sh @@ -36,7 +36,7 @@ function update_script() { ;; "2") msg_info "Updating NPMplus Container" - cd /opt 1 + cd /opt msg_info "Pulling latest container image" $STD docker compose pull msg_info "Recreating container" diff --git a/ct/peanut.sh b/ct/peanut.sh index 7aa8e171d..b38aaba6d 100644 --- a/ct/peanut.sh +++ b/ct/peanut.sh @@ -32,7 +32,7 @@ function update_script() { msg_info "Updating $APP to ${RELEASE}" systemctl stop peanut curl -fsSL "https://api.github.com/repos/Brandawg93/PeaNUT/tarball/${RELEASE}" -o "peanut.tar.gz" - tar -xzf peanut.tar.gz -C /opt/peanut --strip-components 1 + tar -xzf peanut.tar.gz -C /opt/peanut --strip-components rm peanut.tar.gz cd /opt/peanut $STD pnpm i