v0.0.1.3
Fixed
wp-migration.sh:$table_prefixis now parsed correctly. The previoussed "s/.*'//; s/'.*//"was greedy and captured the trailing;instead of the prefix value, producingprefix: ;in logs and silently breaking step 6 (URL update would query;optionsand fail). Replaced withawk -F"'"+ validation that the prefix matches[A-Za-z0-9_]+.
Deploy
cd /root/runcloud-bash-scripts && git stash && git pull origin main && chmod +x *.sh