fix default tags

This commit is contained in:
Dendy 2021-04-18 19:23:48 +02:00
parent 1f7987bd55
commit d026498036
Signed by: dendy
GPG Key ID: 0168B35FFD7F608F
2 changed files with 1 additions and 1 deletions

0
fedibooru.sh Normal file → Executable file
View File

2
setup.sh Normal file → Executable file
View File

@ -72,7 +72,7 @@ read sensitive
[ sesnsitive = "yes" ] && sensitive="true" || sensitive="false"
echo "sensitive=$sensitive" >> config
echo "tags=yuki_nagato rating:safe" >> config
echo "tags=nagato_yuki rating:safe" >> config
echo "img_dir=/tmp/imgbot" >> config
echo "\nAll done! You can now test if it works with './fedibooru.sh'"