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