Skip to content

Commit

Permalink
Update system.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
mstormi authored Jul 24, 2020
1 parent d90c467 commit 9e927f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/system.bash
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ timezone_setting() {
## setup_ntp(String option)
##
setup_ntp() {
if running_in_docker || !is_raspbian; then echo "$(timestamp) [openHABian] Enabling time synchronization using NTP... SKIPPED"; return 0; fi
if running_in_docker || ! is_raspbian; then echo "$(timestamp) [openHABian] Enabling time synchronization using NTP... SKIPPED"; return 0; fi

if [[ $1 == "enable" ]]; then
echo -n "$(timestamp) [openHABian] Enabling time synchronization using NTP... "
Expand Down

0 comments on commit 9e927f3

Please sign in to comment.