🤞 Sync 2026-03-24 01:59:18

This commit is contained in:
github-actions[bot] 2026-03-24 01:59:18 +08:00
parent 04f44fbb43
commit 37785a75a6
2 changed files with 0 additions and 18 deletions

View File

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

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