Skip to content

Commit

Permalink
update-2022.11.26
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 25, 2022
1 parent acec989 commit 80202d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ ophub_release_file="/etc/ophub-release"
[[ "${FDT_FILE}" == "meson-sm1-skyworth-lb2004-a4091.dtb" ]] && modprobe btmtksdio 2>/dev/null

# Start ssh service
#[[ -d "/var/run/sshd" ]] || mkdir -p -m0755 /var/run/sshd
#[[ -f "/etc/init.d/ssh" ]] && /etc/init.d/ssh start 2>/dev/null
[[ -d "/var/run/sshd" ]] || mkdir -p -m0755 /var/run/sshd
[[ -f "/etc/init.d/ssh" ]] && /etc/init.d/ssh start 2>/dev/null

# Add custom log
echo "[$(date +"%Y.%m.%d.%H%M")] Hello World..." >/tmp/ophub_start_service.log

0 comments on commit 80202d8

Please sign in to comment.