mirror of
https://github.com/unraid/webgui.git
synced 2026-05-12 15:20:29 -05:00
fix: increase timeout when stopping samba
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ samba_running(){
|
||||
|
||||
samba_waitfor_shutdown(){
|
||||
local i
|
||||
for i in {1..5}; do
|
||||
for i in {1..10}; do
|
||||
if ! samba_running; then break; fi
|
||||
sleep 1
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user