IT WORKS EVEN BETTERER

This commit is contained in:
southerntofu 2020-04-27 01:34:31 +02:00
parent cf895c3851
commit f9c52767c7
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ for i in $db/"$rhex".*; do
task="$(basename "$f" .source)"
echo "$task for $user"
bin="$(which git-build.sh)"
sudo -u "$user" bash "$bin" "$t"
sudo -u "$user" bash "$bin" "$task"
fi
done