V8.13.294.2025.10.28
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m37s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m37s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -31,8 +31,8 @@ ciss_upgrades() {
|
|||||||
chmod 0444 /usr/lib/live/build/binary_rootfs.original
|
chmod 0444 /usr/lib/live/build/binary_rootfs.original
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -f /usr/lib/live/build/binary_rootfs
|
#rm -f /usr/lib/live/build/binary_rootfs
|
||||||
install -m 0755 -o root -g root "${VAR_WORKDIR}/scripts/usr/lib/live/build/binary_rootfs.sh" /usr/lib/live/build/binary_rootfs
|
#install -m 0755 -o root -g root "${VAR_WORKDIR}/scripts/usr/lib/live/build/binary_rootfs.sh" /usr/lib/live/build/binary_rootfs
|
||||||
|
|
||||||
printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ ✅ %s successfully applied. \e[0m\n" "${BASH_SOURCE[0]}"
|
printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ ✅ %s successfully applied. \e[0m\n" "${BASH_SOURCE[0]}"
|
||||||
|
|
||||||
|
|||||||
@@ -121,7 +121,7 @@ Verify_checksums() {
|
|||||||
case "${_RETURN}" in
|
case "${_RETURN}" in
|
||||||
|
|
||||||
0)
|
0)
|
||||||
log_success_msg "Verification of ${_CHECKSUMS[*]} successful; continuing booting in 08 seconds."
|
log_success_msg "Verification of ${_CHECKSUMS[*]} successful; continuing booting in 8 seconds."
|
||||||
sleep 8
|
sleep 8
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user