소스 검색

Wait for keypress after remote backups

Bob Mottram 9 년 전
부모
커밋
ca51deccda
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/freedombone-controlpanel

+ 1
- 0
src/freedombone-controlpanel 파일 보기

@@ -186,6 +186,7 @@ function configure_remote_backups {
186 186
         return
187 187
     fi
188 188
     ${PROJECT_NAME}-remote -u $ADMIN_USER
189
+    any_key
189 190
 }
190 191
 
191 192
 function change_password {