Change description of src/ in appimage boilerplate readme to include bit about everything in there being a placeholder; also take Viam out of log prefix in runsh

This commit is contained in:
hexbabe
2023-12-01 10:13:47 -05:00
parent e47e8b5311
commit 120a61e7e8
2 changed files with 2 additions and 2 deletions

2
run.sh
View File

@@ -1,6 +1,6 @@
#!/bin/sh
cd "$(dirname "$0")"
LOG_PREFIX="[Viam REPLACE_WITH_MODULE_NAME module setup]"
LOG_PREFIX="[REPLACE_WITH_MODULE_NAME setup]"
echo "$LOG_PREFIX Starting the module."