Update 90-config_yaml.sh

This commit is contained in:
Alexandre
2023-10-11 21:02:37 +02:00
committed by GitHub
parent 7ae9df7fb2
commit 0082c6ddc7

View File

@@ -66,7 +66,7 @@ sed -i '/^ /d' /tempenv
sed -i '/^$/d' /tempenv
# Exit if empty
if ! -s /tempenv; then
if [ ! -s /tempenv ]; then
exit 0
fi