summary refs log tree commit diff
path: root/host/Rory-synapse/post-rebuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-synapse/post-rebuild.sh')
-rwxr-xr-xhost/Rory-synapse/post-rebuild.sh4
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