diff --git a/build_requests.log b/build_requests.log index 20ea824..a503d29 100644 --- a/build_requests.log +++ b/build_requests.log @@ -16,3 +16,8 @@ [Thu Mar 17 12:17:19 IST 2022] [ArcherC6UV1] Local ver: r19123-2de86691b6, snapshot ver: r19129-e17c6ee627 [Sun Mar 20 14:33:35 IST 2022] [ArcherC6Uv1] Local ver: r19129-e17c6ee627, snapshot ver: r19158-1eb5d50fd3 [Mon Mar 21 13:37:22 IST 2022] [ArcherC6Uv1] Local ver: r19158-1eb5d50fd3, snapshot ver: r19162-9f9477b275 +[Sun Mar 27 09:45:11 IST 2022] [] Local ver: , snapshot ver: +[Thu Mar 31 01:27:38 IST 2022] [ArcherC6Uv1] Local ver: r19162-9f9477b275, snapshot ver: r19314-8822a8d850 +[Sun Apr 3 21:57:39 IST 2022] [ArcherC6Uv1] Local ver: r19314-8822a8d850, snapshot ver: r19349-bf6002e74b +[Thu Apr 7 13:52:08 IST 2022] [ArcherC50v6] Local ver: r19235-13960fb0e0, snapshot ver: r19368-64f629e207 +[Tue Apr 12 02:33:50 IST 2022] [ArcherC6Uv1] Local ver: r19349-bf6002e74b, snapshot ver: r19421-3aa96efa24 diff --git a/c50/files/root/updater/trigger_build.sh b/c50/files/root/updater/trigger_build.sh index 135fe81..b24300f 100644 --- a/c50/files/root/updater/trigger_build.sh +++ b/c50/files/root/updater/trigger_build.sh @@ -1,4 +1,4 @@ #!/bin/sh -CMD="cd /root/updater/; LOCAL_VERSION=$LOCAL_VERSION; LATEST_SNAPSHOT=$LATEST_SNAPSHOT; DEVICE=ArcherC50v6; ./trigger_build.sh" +CMD="cd /root/updater/; LOCAL_VERSION=$LOCAL_VERSION; LATEST_SNAPSHOT=$LATEST_SNAPSHOT; DEVICE=ArcherC50v6; . ./trigger_build.sh" ssh root@192.168.1.1 "$CMD" diff --git a/common/root/updater/first_boot.sh b/common/root/updater/first_boot.sh index b8699cb..475f207 100644 --- a/common/root/updater/first_boot.sh +++ b/common/root/updater/first_boot.sh @@ -15,5 +15,5 @@ ADDON="/root/updater/first_boot_extras.sh" if [ -f "$ADDON" ]; then chmod +x $ADDON - sh $ADDON + . $ADDON fi