Skip to content

Commit

Permalink
small errors
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbakken committed Oct 5, 2016
1 parent 2942265 commit 030bf13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion OctoPrint/config.yaml
Expand Up @@ -2,7 +2,6 @@ appearance: {}
feature: {}
folder:
uploads: /usr/share/models
watched: /media/usb
gcodeViewer: {}
plugins:
cura:
Expand Down
6 changes: 1 addition & 5 deletions make-kamikaze-2.0.7.sh
Expand Up @@ -33,7 +33,7 @@
# Update dogtag
# Update Redeem / Toggle

VERSION="Kamikaze 2.0.7"
VERSION="Kamikaze 2.0.7-rc2"
DATE=`date`
echo "**Making ${VERSION}**"

Expand Down Expand Up @@ -280,10 +280,6 @@ other() {
sed -i 's/beaglebone/kamikaze/g' /etc/hosts
sed -i 's/AcceptEnv LANG LC_*/#AcceptEnv LANG LC_*/' /etc/ssh/sshd_config

# Install USB mount rules
mkdir -p /media/usb
cp scripts/11-usb-auto-mount.rules /etc/udev/rules.d/

chown -R octo:octo /usr/src/Kamikaze2

apt-get clean
Expand Down

0 comments on commit 030bf13

Please sign in to comment.