Skip to content

Commit 6410bb7

Browse files
committed
ADDED: message
1 parent c346fce commit 6410bb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cloneAll.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ do_backup()
8080

8181
# Clone all the repos of the $1 user.
8282
while IFS= read -r repo; do
83+
echo "INFO: Cloning repository ${repo} into ${BACKUP_FOLDER}/$1/${repo}"
8384
clone_repo "${repo}" "${BACKUP_FOLDER}/$1/${repo}"
8485
done < "${BACKUP_FOLDER}/$1/$1/repositories.txt"
8586

0 commit comments

Comments
 (0)