This commit is contained in:
Sebastian
2024-03-22 05:04:30 +01:00
parent f3e6c9f991
commit 9858c98c78

View File

@@ -8,7 +8,7 @@ echo "running in $BASEPATH"
#IFS=':' read -ra parts <<< $COMPOSE_FILE
# 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=full' "$BASEPATH/arbitrum-fullnode.yml"
echo "$(cat $BASEPATH/arbitrum-fullnode.yml)"