Logan Gartner
76200d1b89
Changed the NoDM config so that it evaluated variables Added OctoPrint service file Started work on custom config tools Browser now checks to see if OctoPrint is running before launching browser
4 lines
131 B
Bash
Executable file
4 lines
131 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
mkdir -p "${ROOTFS_DIR}/usr/local/bin/"
|
|
install -m 755 files/octo-config "${ROOTFS_DIR}/usr/local/bin/octo-config"
|