We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c8d9e commit e171fcbCopy full SHA for e171fcb
packaging/linux/postinstall
@@ -24,7 +24,6 @@ if [[ $systemd_version -gt 255 ]]; then
24
else
25
user_accounts=$(loginctl list-users --output json | jq '[.[] | select(.uid >= 1000)]')
26
fi
27
-echo $user_accounts
28
29
if echo "$user_accounts" | jq -e 'length != 1' >/dev/null; then
30
printf "\nMore than 1 user account logged in! naisdevice only permits _one_ user account!\n"
0 commit comments