Skip to content

Commit

Permalink
trying to debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Mar 29, 2024
1 parent b6ef5ec commit 4ec518d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stage5-common/00-install/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ install -v -m 755 files/get_position.sh "${ROOTFS_DIR}/usr/local/bin/"

id lincot || useradd --system lincot

pwd
ls -alR

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/"
Expand Down

0 comments on commit 4ec518d

Please sign in to comment.