From 984367d86152ec1a98e2144c8786e01fe0389a35 Mon Sep 17 00:00:00 2001 From: bauen1 Date: Sat, 18 Nov 2017 19:20:03 +0100 Subject: [PATCH] Made nweb autorun consistent with other bundles --- src/minimal_overlay/bundles/nweb/{nweb.sh => 90_nweb.sh} | 0 src/minimal_overlay/bundles/nweb/bundle.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/minimal_overlay/bundles/nweb/{nweb.sh => 90_nweb.sh} (100%) diff --git a/src/minimal_overlay/bundles/nweb/nweb.sh b/src/minimal_overlay/bundles/nweb/90_nweb.sh similarity index 100% rename from src/minimal_overlay/bundles/nweb/nweb.sh rename to src/minimal_overlay/bundles/nweb/90_nweb.sh diff --git a/src/minimal_overlay/bundles/nweb/bundle.sh b/src/minimal_overlay/bundles/nweb/bundle.sh index a41888268..7af7184d8 100755 --- a/src/minimal_overlay/bundles/nweb/bundle.sh +++ b/src/minimal_overlay/bundles/nweb/bundle.sh @@ -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."