feat: KIAUH v4.0.0 #191

Merged
dw-0 merged 453 commits from v4-rc into master 2022-05-29 20:11:16 +02:00
Showing only changes of commit efcd0dc12b - Show all commits

View File

@@ -172,7 +172,7 @@ OCTOPRINT
}
function create_multi_octoprint_instance(){
local i=1 port=5000 instance=${1}
local i=1 port=5000 instances=${1}
while [ "${i}" -le "${instances}" ]; do
### multi instance variables
local basedir="${HOME}/.octoprint-${i}"