Skip to content
Snippets Groups Projects
Commit e31c6414 authored by Recolic's avatar Recolic :house_with_garden:
Browse files

.bugfix

parent 337f6b97
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@ elif [[ "$subcommand" = _startup_all ]]; then
ar_uname=($(lci_state_file_list /etc/linuxconf.conf init_done)) || lc_die "List all initialized users: lci_state_file_list failed"
for uname in "${ar_uname[@]}"; do
lc_echo2 "Spawn subprocess '$0 _startup' as user $uname..."
sudo -u "$uname" "$0" _startup
sudo -u "$uname" env -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER -u SUDO_UID "$0" _startup
done
elif [[ "$subcommand" = _xdg_login ]]; then
lci_call lc_login
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment