forked from brl/citadel
6 lines
141 B
Bash
6 lines
141 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
if [ ! -f /storage/citadel-state/passwd ]; then
|
||
|
/usr/bin/echo -n "citadel:aadg8rGtZzOY6" > /storage/citadel-state/passwd
|
||
|
fi
|