Warn the user about slowness

This commit is contained in:
Bob Mottram 2016-09-09 11:06:33 +01:00
parent bc77113c03
commit 1c32a7fb99
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ function ipfs_publish {
fi
echo ''
echo $'Publishing to IPFS...'
echo $'Publishing to IPFS. This may take some time...'
OLD_STAT_FILE=/home/$MY_USERNAME/.old_stat.txt
NEW_STAT=$(stat -t $DIR_TO_CHECK)