Github bot : script beautyshied

This commit is contained in:
github-actions
2022-08-07 00:15:28 +00:00
parent 73dff19516
commit ad612a2714
3 changed files with 10 additions and 10 deletions

View File

@@ -3,8 +3,8 @@
for file in /config/addons_config/nextcloud/*.sh
do
if [ -e "$file" ]; then
bashio::log.info "Executing $file"
bash "$file"
fi
if [ -e "$file" ]; then
bashio::log.info "Executing $file"
bash "$file"
fi
done