1
0
mirror of https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git synced 2025-12-14 19:02:45 +03:00

Add Missing Trailing Newlines

This commit is contained in:
Jake Buchholz Göktürk 2022-11-03 20:13:03 +00:00
parent feada28f10
commit 39670c091c
13 changed files with 13 additions and 13 deletions

View File

@ -51,4 +51,4 @@ oci:
nocloud:
install -Dm644 -t $(PREFIX)/lib/tiny-cloud/nocloud \
lib/tiny-cloud/nocloud/*
lib/tiny-cloud/nocloud/*

View File

@ -21,4 +21,4 @@ start() {
install_hotplugs
eend $?
fi
}
}

View File

@ -22,4 +22,4 @@ start() {
ebegin "Marking Instance Bootstrap Complete"
bootstrap_complete
eend $?
}
}

View File

@ -1,4 +1,4 @@
auto lo
iface lo
use link
use loopback
use loopback

View File

@ -14,4 +14,4 @@ _imds_token() {
_imds_header() {
echo "$IMDS_HEADER: $(_imds_token)"
}
}

View File

@ -8,4 +8,4 @@ mod__nvme_ebs_links() {
install_before '^nvme\.\*' \
'nvme[0-9]+n.* root:disk 0660 */lib/mdev/nvme-ebs-links'
}
}

View File

@ -36,4 +36,4 @@ _imds_ssh_keys() {
# decode userdata value
_imds_userdata() {
imds "$IMDS_USERDATA" | base64 -d
}
}

View File

@ -28,4 +28,4 @@ log() {
case "$level" in
crit|alert|emerg) exit 1 ;;
esac
}
}

View File

@ -23,4 +23,4 @@ _imds_ssh_keys() {
# ignore errors and strip leading '<login>:'
imds -e "$ssh_keys" | cut -d: -f2-
done | sort -u
}
}

View File

@ -18,4 +18,4 @@ run_userdata() {
{ "$userdata" 2>& 1; echo $? > "$exit"; } | tee "$log"
return $(cat "$exit")
}
}

View File

@ -100,4 +100,4 @@ _imds() {
else
yx -f "$file" $keypath
fi
}
}

View File

@ -32,4 +32,4 @@ _imds_nic_index() {
[ "$m" = "$mac" ] && echo $n; return 0
done
return 1
}
}

View File

@ -140,4 +140,4 @@ case "$PHASE" in
# TODO: kill daemon, maybe some cleanup
;;
*)
esac
esac