adds missing $ to INITD_FOLDER variable

This commit is contained in:
3DPrintingGeek 2024-04-11 11:24:13 +02:00 committed by GitHub
parent 0083c60544
commit 085d2350d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,7 +64,7 @@ function remove_git_backup(){
pkill git-backup.sh
echo -e "Info: Removing files..."
rm -f "$HS_CONFIG_FOLDER"/git-backup.cfg
rm -f "INITD_FOLDER"/S52Git-Backup
rm -f "$INITD_FOLDER"/S52Git-Backup
rm -rf "$PRINTER_DATA_FOLDER"/.git
if grep -q "include Helper-Script/git-backup" "$PRINTER_CFG" ; then
echo -e "Info: Removing Git Backup configurations in printer.cfg file..."