7 lines
105 B
Bash
Executable File
7 lines
105 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
. /usr/share/debconf/confmodule
|
|
|
|
db_input high openwebrx/admin_user_password || true
|
|
db_go
|