]> git.proxmox.com Git - pve-installer.git/blobdiff - unconfigured.sh
build: run shellcheck as part of `test` step
[pve-installer.git] / unconfigured.sh
index b921fc27908967708cdfb14e10e8430c418a2b4b..2b371f089fe3594a6acf2e3ea413e05fc324a4df 100755 (executable)
@@ -99,6 +99,8 @@ real_reboot() {
     exit 0 # shouldn't be reached, kernel will panic in that case
 }
 
+# reachable through the ERR trap
+# shellcheck disable=SC2317
 err_reboot() {
     printf "\nInstallation aborted - unable to continue (type exit or CTRL-D to reboot)\n"
     debugsh || true
@@ -242,4 +244,5 @@ killall5 -15
 real_reboot
 
 # never reached
+# shellcheck disable=SC2317
 exit 0