Few small fixes
1 unresolved thread
1 unresolved thread
- In listing snapshots, the snapshot number does not necessary need to be a number anymore, especially with remote snapshots. So let's put ti in quotes so it is always a string.
- Error our when cleanup is called with invalid arguments.
- Error out early if we can't even create temp directory.
- Error out early if we can't guess the device to work on.
- Move configuration parsing to the end right before commands processing
Edited by Karel Koci
Merge request reports
Activity
Filter activity
requested review from @kkoci
assigned to @kkoci
mentioned in issue #42
mentioned in issue #47 (closed)
added 1 commit
- 18714f07 - Move uci configuration back to the beginning
275 265 printf " %${TBL_NUM}s | %-9s | %11s | %25s | %s\n" "$i" "$TYPE" "$SIZE" "$CREATED" "$DESCRIPTION" 276 266 else 277 267 [ -n "$FIRST" ] || echo -n ", " 278 echo "{ \"number\": $i, \"type\": \"$TYPE\", \"size\": \"$SIZE\", \"created\": \"$CREATED\", \"description\": \"$DESCRIPTION\" }" 268 echo "{ \"number\": \"$i\", \"type\": \"$TYPE\", \"size\": \"$SIZE\", \"created\": \"$CREATED\", \"description\": \"$DESCRIPTION\" }" - Resolved by Karel Koci
- Resolved by Karel Koci
assigned to @mhrusecky and unassigned @kkoci
assigned to @kkoci and unassigned @mhrusecky
assigned to @mhrusecky and unassigned @kkoci
added 11 commits
-
68569129...1efeb9f5 - 7 commits from branch
sync
- a17b62d9 - More thorough validation of Samba URL
- 89952d49 - Few small fixes
- 20f21310 - Move uci configuration back to the beginning
- 591a3023 - Move the rest of configuration parsing back
Toggle commit list-
68569129...1efeb9f5 - 7 commits from branch