We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b257839 commit cdf9476Copy full SHA for cdf9476
system/aur.sh
@@ -26,7 +26,7 @@ function user_check () {
26
}
27
28
# Creating a aur user.
29
-if [[ $(user_check ${aur_username}) = false ]]; then
+if user_check "${aur_username}"; then
30
useradd -m -d "/aurbuild_temp" "${aur_username}"
31
fi
32
mkdir -p "/aurbuild_temp"
0 commit comments