Bob Mottram 8 년 전
부모
커밋
e054b0658d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-app-matrix

+ 1
- 1
src/freedombone-app-matrix 파일 보기

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