diff options
Diffstat (limited to 'host/Rory-synapse/post-rebuild.sh')
-rwxr-xr-x | host/Rory-synapse/post-rebuild.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Rory-synapse/post-rebuild.sh b/host/Rory-synapse/post-rebuild.sh index 7be1383..27028d9 100755 --- a/host/Rory-synapse/post-rebuild.sh +++ b/host/Rory-synapse/post-rebuild.sh @@ -24,8 +24,8 @@ register(){ -PASSWD=`cat /run/keys/matrix-user-pass` -for u in {Alicia,Emma,Rory,root} +PASSWD=`cat /etc/matrix-user-pass` +for u in {draupnir,Alicia,Emma,Rory,root} do register $u $PASSWD done |