summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/bootstrap-mysql6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql
index 2d56aad..46678f7 100755
--- a/bin/bootstrap-mysql
+++ b/bin/bootstrap-mysql
@@ -269,7 +269,11 @@ fi
"$(
printf '%s' '==> ERROR: Running makepkg as root is not allowed as it can cause permanent,.*' | \
base64 -w0
- )" 'run-as-root' 1 | \
+ )" 'run-as-root' 1 \
+ "$(
+ printf '.*' | \
+ base64 -w0
+ )" 'unknown' 100 | \
sed 's|,$||'
printf ';\n'
# shellcheck disable=SC2016