4 lines
58 B
Bash
4 lines
58 B
Bash
if uwsm check may-start; then
|
|
exec uwsm start default
|
|
fi
|
if uwsm check may-start; then
|
|
exec uwsm start default
|
|
fi
|