From f99b24eb2d43f4aeb12342ad261f1fdc19eaf08f Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 06:05:33 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- .templates/01-config_yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index 43a1f08a6..0d85a898f 100644 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -171,7 +171,7 @@ while IFS= read -r line; do # set .env echo "$line" >>/.env # set environement - mkdir -p /etc + mkdir -p /etc echo "$line" >>/etc/environment # Export to scripts if cat /etc/services.d/*/*run* &>/dev/null; then sed -i "1a export $line" /etc/services.d/*/*run* 2>/dev/null; fi