remove emtpy lines

This commit is contained in:
André Menrath 2023-12-19 15:55:41 +01:00
parent 827a7f7e23
commit 9137341a8a

View file

@ -24,5 +24,3 @@ POST_DATA+="&language=$WORDPRESS_LANGUAGE"
# Make the POST request for setup step 2
curl -X POST -d "$POST_DATA" 'http://wp.lan/wp-admin/install.php?step=2'