removing useless test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Petit 2024-12-05 12:29:47 +01:00
parent adefd035a3
commit d3d673d441

View File

@ -17,17 +17,3 @@ blog="blog"
lang="fr" lang="fr"
dark="y" dark="y"
./bob2 init << EOF
$author
$blog
$lang
$dark
EOF
conf_author=$(grep "^author=" .blog.conf | cut -d '=' -f 2)
conf_blog=$(grep "^blog=" .blog.conf | cut -d '=' -f 2)
conf_lang=$(grep "^lang=" .blog.conf | cut -d '=' -f 2)
conf_dark=$(grep "^dark=" .blog.conf | cut -d '=' -f 2)
rm -r posts
rm -r drafts