From 098b7383a5aaf96c05cbdca1c6aa961691cc430d Mon Sep 17 00:00:00 2001 From: Paul Paukstelis Date: Tue, 17 Sep 2019 19:09:41 -0400 Subject: [PATCH] working --- addnew_printer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addnew_printer.sh b/addnew_printer.sh index 897c3ae..98a6a70 100755 --- a/addnew_printer.sh +++ b/addnew_printer.sh @@ -88,7 +88,7 @@ else fi #octoprint_base is the generic .octoprint folder that contains all configuration, upload, etc. -echo "Octoprint instance base folder [/home/$user/.octoprint]:" +echo "Octoprint instance template base folder [/home/$user/.octoprint]:" read BFOLD if [ -z "$BFOLD" ]; then BFOLD="/home/$user/.octoprint"