3 lines
109 B
Bash
3 lines
109 B
Bash
#!/bin/bash
|
|
export THELOUNGE_HOME="${DATA_DIR}"
|
|
echo -e "$USERPASSWORD\n$SAVELOG\n" | thelounge add $USERNAME |