Skip to content

Commit

Permalink
fix: remove system exit in landscape-sysinfo.wrapper
Browse files Browse the repository at this point in the history
The wrapper script is symlinked to /etc/profile.d, but files in there get sourced, not executed.  That results in executing exit 0 from the wrapper script landscape-sysinfo.wrapper in the login-shell directly causing it to end immediately on login.
  • Loading branch information
Nikl174 authored Jun 27, 2024
1 parent 3a28d4b commit 7c5f44b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions debian/landscape-sysinfo.wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,3 @@ else

printf "%s\n" "$SYSINFO"
fi

exit 0

0 comments on commit 7c5f44b

Please sign in to comment.