Skip to content

Commit

Permalink
Fix hard-coded version number in main script
Browse files Browse the repository at this point in the history
  • Loading branch information
sublipri committed Aug 6, 2023
1 parent 796ea39 commit d3998db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wifiremote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ start_httpd() {
fi
tr '\0' '\n' <"/proc/$(pidof -s dbus-daemon)/environ" | sed /^snum/d | logger -p 7 -t wifiremote-system
df -h | logger -p 7 -t wifiremote-system
logger -p 6 -t wifiremote-main "Starting Wi-Fi Remote 0.1.0"
logger -p 6 -t wifiremote-main "Starting Wi-Fi Remote $VERSION"
printenv | sort | logger -p 7 -t wifiremote-main
check_config
# unset unneeded environment variables so they're not logged
Expand Down

0 comments on commit d3998db

Please sign in to comment.