diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pro-archman.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pro-archman.sh b/src/pro-archman.sh index d3e6ba2..f7b42a6 100644 --- a/src/pro-archman.sh +++ b/src/pro-archman.sh @@ -76,6 +76,9 @@ main() load_locale load_cmds + # FIXME: Read from conf file. + conf_incoming_channel='dev' + if [ ${#} -lt 1 ]; then cmd_help_main >&2 exit 1 |