Double slashes (#77)

* octoconfig modification

* version readme
This commit is contained in:
paukstelis
2023-04-15 21:11:41 -04:00
committed by GitHub
parent 4dc82652bb
commit 0a21375664
2 changed files with 6 additions and 4 deletions

View File

@@ -121,7 +121,7 @@ new_instance () {
echo Selected port is: $PORT | log
OCTOUSER=$user
OCTOPATH=$DAEMONPATH
OCTOCONFIG="/home/$user/"
OCTOCONFIG="/home/$user"
BFOLD="/home/$user/.octoprint"
echo "Your OctoPrint instance will be installed at /home/$user/.$INSTANCE"
echo
@@ -171,7 +171,7 @@ new_instance () {
echo "Octoprint Config Path (where the hidden instance directory will be) [/home/$user/]:"
read OCTOCONFIG
if [ -z "$OCTOCONFIG" ]; then
OCTOCONFIG="/home/$user/"
OCTOCONFIG="/home/$user"
fi
#octoprint_base is the generic .octoprint folder that contains all configuration, upload, etc.
@@ -1455,7 +1455,7 @@ instance_status() {
}
main_menu() {
VERSION=0.2.3
VERSION=0.2.4
#reset
UDEV=''
TEMPUSB=''