Flip debugging flag

This commit is contained in:
dalto 2021-03-07 13:24:23 -06:00
parent 540bc4cd32
commit 09d442d1e1

View file

@ -25,7 +25,7 @@ while read -r line; do
done
if [[ $all == 0 ]]; then
if [[ $all == 1 ]]; then
# Run gen-mkinitcpio-preset for all the installed kernels
while read -r pkgbasefile; do
version=$(basename "${pkgbasefile%/pkgbase}")