mirror of
https://github.com/Terranom674/Piwigo_Bratonien_Tools.git
synced 2026-09-19 18:44:30 +00:00
Run NC Connector runtime through bash
This commit is contained in:
@@ -14,7 +14,7 @@ fi
|
|||||||
result=0
|
result=0
|
||||||
for config in "${configs[@]}"; do
|
for config in "${configs[@]}"; do
|
||||||
echo "NC Connector: $(basename "$config")"
|
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
|
result=1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user