Skip to content

Commit

Permalink
chore: remove debug message
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Oct 10, 2023
1 parent 507396a commit aca103d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/modules/orangepi/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,6 @@ if [[ "${ORANGEPI_DISABLE_GETTY_AUTOLOGIN}" = "1" ]]; then
done
### End Substep 1

echo_green "DEBUG: ls /etc/systemd/system"
ls /etc/systemd/system

### Substep 2: Modify 'override.conf', delete autologin
for conf in $(get_gettyconf_dirs /etc/systemd/system); do
if [[ -f "${conf}/override.conf" ]]; then
Expand Down

0 comments on commit aca103d

Please sign in to comment.