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

@@ -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