make upload: fix missing "exit" ftp command
This commit is contained in:
2
Makefile
2
Makefile
@@ -113,7 +113,7 @@ clean:
|
|||||||
rm -rf build
|
rm -rf build
|
||||||
|
|
||||||
upload: build/case.gcode
|
upload: build/case.gcode
|
||||||
lftp -e "set ssl:verify-certificate false; put $<" -u ${PRINTER_AUTH} ftps://${PRINTER_HOST}
|
lftp -e "set ssl:verify-certificate false; put $<; exit" -u ${PRINTER_AUTH} ftps://${PRINTER_HOST}
|
||||||
|
|
||||||
.PHONY: all install readme doc clean upload
|
.PHONY: all install readme doc clean upload
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user