This commit is contained in:
Sebastian
2024-03-22 04:57:05 +01:00
parent bae06a4681
commit c26d2003c0

View File

@@ -10,6 +10,8 @@ echo "running in $BASEPATH"
# Add the --init.prune option to the command list # Add the --init.prune option to the command list
sed -i '/command:/a \ \ - --init.prune' "$BASEPATH/arbitrum-fullnode.yml" sed -i '/command:/a \ \ - --init.prune' "$BASEPATH/arbitrum-fullnode.yml"
echo "$(cat $BASEPATH/arbitrum-fullnode.yml)"
docker-compose -f "$BASEPATH/docker-compose.yml" up -d docker-compose -f "$BASEPATH/docker-compose.yml" up -d
while true; do while true; do