Skip to content

Commit e171fcb

Browse files
committed
remove debug print
1 parent 71c8d9e commit e171fcb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packaging/linux/postinstall

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ if [[ $systemd_version -gt 255 ]]; then
2424
else
2525
user_accounts=$(loginctl list-users --output json | jq '[.[] | select(.uid >= 1000)]')
2626
fi
27-
echo $user_accounts
2827

2928
if echo "$user_accounts" | jq -e 'length != 1' >/dev/null; then
3029
printf "\nMore than 1 user account logged in! naisdevice only permits _one_ user account!\n"

0 commit comments

Comments
 (0)