From bd24d3c3a637db92872968b9fbe4aeb8b3228472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Sol=C3=ADs?= Date: Mon, 10 Feb 2025 04:37:25 +0000 Subject: [PATCH] chore: Include shfmt/shellcheck suggestions --- friendica-delete-old-users.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/friendica-delete-old-users.sh b/friendica-delete-old-users.sh index 44a7a00..29fc770 100755 --- a/friendica-delete-old-users.sh +++ b/friendica-delete-old-users.sh @@ -50,8 +50,8 @@ if [[ -n $(type curl) && -n "${dbengine}" && -n $(type "${dbengine}") && -n $(ty wait -n fi done - wait - "${dbengine}" "${db}" -N -B -q -e "alter table \`post-thread\` auto_increment = 1" + wait + "${dbengine}" "${db}" -N -B -q -e "alter table \`post-thread\` auto_increment = 1" "${dbengine}" "${db}" -N -B -q -e "alter table \`post-thread-user\` auto_increment = 1" "${dbengine}" "${db}" -N -B -q -e "alter table \`post-user\` auto_increment = 1" "${dbengine}" "${db}" -N -B -q -e "alter table \`post-tag\` auto_increment = 1"