mirror of
https://github.com/Terranom674/Piwigo_Bratonien_Tools.git
synced 2026-09-19 11:44:31 +00:00
Run NC Connector runtime through bash
This commit is contained in:
@@ -14,7 +14,7 @@ fi
|
||||
result=0
|
||||
for config in "${configs[@]}"; do
|
||||
echo "NC Connector: $(basename "$config")"
|
||||
if ! env PIWIGO_CONFIG="$config" "$SCRIPT_DIR/sync.sh"; then
|
||||
if ! env PIWIGO_CONFIG="$config" bash "$SCRIPT_DIR/sync.sh"; then
|
||||
result=1
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user