use /etc/laconica/setup.cfg instead of local file

This commit is contained in:
Evan Prodromou 2009-06-23 11:14:51 -07:00
parent 063165e3c8
commit e22f73c72b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
source ./setup.cfg
source /etc/laconica/setup.cfg
export nickname=$1
export sitename=$2