Made nweb autorun consistent with other bundles

This commit is contained in:
bauen1 2017-11-18 19:20:03 +01:00
parent 4b53baf7e6
commit 984367d861
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ install -m644 "$SRC_DIR/index.html" "$DESTDIR/srv/www/index.html"
install -m644 "$SRC_DIR/favicon.ico" "$DESTDIR/srv/www/favicon.ico"
install -d -m755 "$DESTDIR/etc"
install -d -m755 "$DESTDIR/etc/autorun"
install -m755 "$SRC_DIR/nweb.sh" "$DESTDIR/etc/autorun/90_nweb.sh"
install -m755 "$SRC_DIR/90_nweb.sh" "$DESTDIR/etc/autorun/90_nweb.sh"
echo "nweb has been installed."
echo "It will be autostarted on boot."