diff --git a/fedibooru.sh b/fedibooru.sh old mode 100644 new mode 100755 diff --git a/setup.sh b/setup.sh old mode 100644 new mode 100755 index 946b27a..2615775 --- a/setup.sh +++ b/setup.sh @@ -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'"