Bob Mottram 9 年 前
コミット
c372dc44c3
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel ファイルの表示

170
 }
170
 }
171
 
171
 
172
 function configure_remote_backups {
172
 function configure_remote_backups {
173
-    if ! grep -Fxq "Admin user:$SELECTED_USERNAME" $COMPLETION_FILE; then
173
+    if ! grep -Fxq "Admin user:$ADMIN_USER" $COMPLETION_FILE; then
174
         dialog --title $"Administrator user" \
174
         dialog --title $"Administrator user" \
175
                --msgbox $"No Administrator user found. Check $COMPLETION_FILE" 6 40
175
                --msgbox $"No Administrator user found. Check $COMPLETION_FILE" 6 40
176
         return
176
         return