Fix shebang in update scripts

This change fixes the typo in the shebang of the update scripts.
This commit is contained in:
Fabian Mastenbroek 2021-03-15 18:31:04 +01:00
parent 1d84103cd8
commit 6ead8d7e6f
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#1/bin/bash
#!/bin/bash
# Script to check for new kernel release
set -e
set -o pipefail

View file

@ -1,4 +1,4 @@
#1/bin/bash
#!/bin/bash
# Script to prepare update for new kernel release
set -e
set -o pipefail