Skip to content

Commit

Permalink
Print out which dir used when rsync the exam.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosbth committed Mar 25, 2021
1 parent c9d6881 commit 9b0f9b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions REVISION.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Revision history



v2.7.1 (2021-03-25)
----------------------------------

* Print out which dir used when rsync the exam.



v2.7.0 (2021-02-23)
----------------------------------

Expand Down
5 changes: 3 additions & 2 deletions gui.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# GUI for dbwebb inspect.
#
VERSION="v2.6.0 (2021-02-23)"
VERSION="v2.6.1 (2021-03-25)"

# Messages
MSG_OK="\033[0;30;42mOK\033[0m"
Expand Down Expand Up @@ -1430,7 +1430,8 @@ main()
[[ -z $seal ]] && continue

if [[ -d "$seal" ]]; then
rsync -av --delete "$seal/" "$DIR/me/tentamen/"
printf "\n[$acronym] Using $seal as base directory."
rsync -a --delete "$seal/" "$DIR/me/tentamen/"
else
printf "\n$MSG_FAILED Sealed version is not a directory."
pressEnterToContinue
Expand Down

0 comments on commit 9b0f9b7

Please sign in to comment.