Print the user/folder being uploaded to

This commit is contained in:
Dan Burton 2015-03-25 11:14:18 -07:00
parent f1f55fd0a8
commit 36e32fe64b

View file

@ -8,6 +8,8 @@
# You may set SIG_FOLDER
# (but make sure it has a trailing slash)
echo Uploading files to $SIG_USER/$SIG_FOLDER
for FOLDER in content outline; do
echo ======= begin $FOLDER directory =======