Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
fix path to logger.cfg
  • Loading branch information
T9Air committed Oct 9, 2024
1 parent 5f8d585 commit b2b1c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Interface_scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ echo " "

# Inform user about moving logger.cfg to where the config files are stored
echo "Moving logger.cfg to where all your config files are stored..."
cp /home/$USER/Klipper_Power_Resume/logger.cfg /home/$USER/printer_data/config/
cp /home/$USER/Klipper_Power_Resume/Macro/logger.cfg /home/$USER/printer_data/config/
echo "logger.cfg moved"
echo ""

Expand Down

0 comments on commit b2b1c90

Please sign in to comment.