mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 12:41:58 +00:00
Added a proxy server to cloudcfg
This commit is contained in:
@@ -6,6 +6,7 @@ LINES=$(cat "$(dirname $0)/boilerplate.txt" | wc -l)
|
||||
DIFFER=$(head -$LINES "${FILE}" | diff -q - "$(dirname $0)/boilerplate.txt")
|
||||
|
||||
if [[ -z "${DIFFER}" ]]; then
|
||||
echo "${DIFFER}"
|
||||
echo "1"
|
||||
exit 0
|
||||
fi
|
||||
|
Reference in New Issue
Block a user