fix: syntax error in for

This commit is contained in:
2026-04-06 08:45:21 +02:00
parent 729b4bdd6e
commit e2f45a98ee

View File

@@ -99,9 +99,9 @@ systemctl restart gitea.service nginx.service
if [ $1 == 0 ]; then if [ $1 == 0 ]; then
userdel --force --remove gitea userdel --force --remove gitea
runuser --user=postgres -- psql --command='DROP DATABASE gitea; DROP USER gitea;' runuser --user=postgres -- psql --command='DROP DATABASE gitea; DROP USER gitea;'
for i in $(seq 1 4); then for i in $(seq 1 4); do
userdel --force --remove actrunner$i userdel --force --remove actrunner$i
fi done
fi fi
%files %files