This commit is contained in:
lrgex
2023-11-14 19:51:56 +03:00
parent d0e341c5b6
commit 2a7bcbead1
2 changed files with 2 additions and 2 deletions

View File

@@ -46,4 +46,4 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: lrgex/klipper-docker:latest
tags: lrgex/klipper-docker:2.3

View File

@@ -66,7 +66,7 @@ for package in "${packages_array[@]}"; do
fi
done
if [ ${RESTORE} = "true" ]; then
if [ "${RESTORE}" = "true" ]; then
echo "Restoring klipper files..."
cp -r /tmp/klipper_printer_data /home/lrgex/klipper/printer_data
echo "restore done" >> /opt/lrgex/flags