Update 20-smb

This commit is contained in:
kiddin9 2026-03-24 01:56:31 +08:00 committed by GitHub
parent 94d7ac295d
commit c2b43b3710
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,15 +6,6 @@
global=0
config_file="/etc/config/samba4"
[ ! -f /etc/config/samba4 ] && {
echo "
config samba
option workgroup 'WORKGROUP'
option charset 'UTF-8'
option description 'Samba on OpenWRT'
" > $config_file
}
wait_for_init() {
for i in `seq 30`
do