Bob Mottram 8 years ago
parent
commit
e054b0658d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-matrix

+ 1
- 1
src/freedombone-app-matrix View File

209
     fi
209
     fi
210
 }
210
 }
211
 
211
 
212
-function restore_remote_synapse {
212
+function restore_remote_matrix {
213
     if [ -d /etc/matrix ]; then
213
     if [ -d /etc/matrix ]; then
214
         systemctl stop matrix
214
         systemctl stop matrix
215
 
215