소스 검색

Variable name bug

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

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

@@ -175,7 +175,7 @@ function configure_remote_backups {
175 175
                --msgbox $"No Administrator user found. Check $COMPLETION_FILE" 6 40
176 176
         return
177 177
     fi
178
-    if [ ${#ADMIN} -lt 2 ]; then
178
+    if [ ${#ADMIN_USER} -lt 2 ]; then
179 179
         dialog --title $"Administrator user" \
180 180
                --msgbox $"Username not found" 6 40
181 181
         return