You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change /etc/init.d/ratos (or wherever else seems sensible) to create a symlink from /tmp/klippy.log to /home/pi/klipper_logs/klippy.log so people can find the log file.
start)
echo "$(date +"%Y-%m-%d %T"): Updating RatOS" >> "$logfile"
if [ -e /tmp/printer ]; then
curl http://localhost:7125/printer/restart -X POST
fi
ln -fs /home/pi/klipper_logs/klippy.log /tmp/klippy.log
;;
The text was updated successfully, but these errors were encountered:
Change /etc/init.d/ratos (or wherever else seems sensible) to create a symlink from /tmp/klippy.log to /home/pi/klipper_logs/klippy.log so people can find the log file.
start)
echo "$(date +"%Y-%m-%d %T"): Updating RatOS" >> "$logfile"
if [ -e /tmp/printer ]; then
curl http://localhost:7125/printer/restart -X POST
fi
ln -fs /home/pi/klipper_logs/klippy.log /tmp/klippy.log
;;
The text was updated successfully, but these errors were encountered: