Skip to content

Commit

Permalink
Small correction to logging
Browse files Browse the repository at this point in the history
  • Loading branch information
XK9274 committed Jul 2, 2023
1 parent b6adc6e commit 570d60a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ check_smbdstate() {
if flag_enabled smbdState; then
if is_running smbd; then
if wifi_disabled; then
log "Samba: Wifi is turned off, disabling the toggle for FTP and killing the process"
log "Samba: Wifi is turned off, disabling the toggle for smbd and killing the process"
disable_flag smbdState
killall -9 smbd
fi
Expand Down

0 comments on commit 570d60a

Please sign in to comment.