We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e13bc8 commit 801a5b6Copy full SHA for 801a5b6
3 files changed
spruce/bin/darkhttpd/bin/darkhttpd spruce/bin/darkhttpdspruce/bin/darkhttpd/bin/darkhttpd renamed to spruce/bin/darkhttpd
spruce/bin64/darkhttpd/bin/darkhttpd spruce/bin64/darkhttpdspruce/bin64/darkhttpd/bin/darkhttpd renamed to spruce/bin64/darkhttpd
spruce/scripts/network/darkhttpdFunctions.sh
@@ -2,12 +2,6 @@
2
3
. /mnt/SDCARD/spruce/scripts/helperFunctions.sh
4
5
-if [ "$PLATFORM_ARCHITECTURE" = "armhf" ]; then
6
- DARKHTTPD_DIR=/mnt/SDCARD/spruce/bin/darkhttpd
7
-else # aarch64
8
- DARKHTTPD_DIR=/mnt/SDCARD/spruce/bin64/darkhttpd
9
-fi
10
-
11
WWW_DIR=/mnt/SDCARD/spruce/www
12
13
# Generic Startup
@@ -39,7 +33,7 @@ start_darkhttpd_process() {
39
33
fi
40
34
41
35
log_message "darkhttpd: Starting Darkhttpd..."
42
- $DARKHTTPD_DIR/bin/darkhttpd $WWW_DIR >$DARKHTTPD_DIR/serve.log 2>&1 &
36
+ darkhttpd $WWW_DIR >/mnt/SDCARD/Saves/spruce/serve.log 2>&1 &
43
37
}
44
38
45
stop_darkhttpd_process() {
0 commit comments