@@ -1,4 +1,4 @@
|
||||
Updated April 6, 2023.
|
||||
Updated April 15, 2023.
|
||||
Want to support this work? Buy Me a Coffee. https://www.buymeacoffee.com/ppaukstelis.
|
||||
Need help with octoprint_deploy? Ask on Discord: https://discord.gg/6vgSjgvR6u
|
||||
# octoprint_deploy
|
||||
@@ -60,6 +60,8 @@ These files provide a bash script for quickly deploying multiple octoprint insta
|
||||
* Change udev rules for an instance with `sudo octoprint_deploy/octoprint_deploy.sh replace`
|
||||
* Always a good idea to update octoprint_deploy from time-to-time with `git -C octoprint_deploy pull`
|
||||
# Recent Changes
|
||||
* Remove path double slashes that seemed to prevented deletion of timelapse videos.
|
||||
* Check for spaces in instance name, admin user, and password
|
||||
* Force camera port to be greater than 7000
|
||||
* Allow removal of individual camera services. Improvements to instance and camera removal.
|
||||
* Haproxy fixed! No more trailing slash required! Running new octoprint_deploy on an older installation automatically update these entries.
|
||||
|
||||
@@ -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=''
|
||||
|
||||
Reference in New Issue
Block a user