Skip to content

Commit

Permalink
testing fix for missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Mar 29, 2024
1 parent 33ec554 commit b6ef5ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 32 deletions.
2 changes: 1 addition & 1 deletion stage5-common/00-install/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ install -v -m 755 files/get_position.sh "${ROOTFS_DIR}/usr/local/bin/"

id lincot || useradd --system lincot

export APP_NAME="LINCOT"
APP_NAME="LINCOT"
install -v -m 644 "files/${APP_NAME}-config.txt" "${ROOTFS_DIR}/boot/"
install -v -m 755 "files/run_${APP_NAME}.sh" "${ROOTFS_DIR}/usr/local/sbin/"
install -v -m 644 "files/${APP_NAME}.service" "${ROOTFS_DIR}/lib/systemd/system/"
3 changes: 2 additions & 1 deletion stage5-common/00-install/files/lincot-config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
# limitations under the License.
#

CALLSIGN=""

CALLSIGN=""
30 changes: 0 additions & 30 deletions stage5-common/00-install/test_00-run.sh

This file was deleted.

0 comments on commit b6ef5ec

Please sign in to comment.