Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyDuBois committed Mar 31, 2015
2 parents 15d12c3 + 566b85c commit 3f43e72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
- Update startup checks.
- Add video/media pages *v0.5*
- More file type icons.
- Major rewrite.
- Add YOURLs support.
4 changes: 2 additions & 2 deletions night-uploader
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ pushoverSend() {
then
echo "$info Pushover message sent successfully: $message"
else
echo "$warning Pushover failed to send message: $message"
echo "$warn Pushover failed to send message: $message"
fi
else
echo "$info No Pushover key set to send message: $message"
Expand Down Expand Up @@ -305,7 +305,7 @@ while ps aux | grep -v grep | grep "aws" > /dev/null
do
if [[ "$retryCount" == 0 ]]
then
echo "$warning AWS is currently running. Waiting for AWS to finish to avoid issues."
echo "$warn AWS is currently running. Waiting for AWS to finish to avoid issues."
pushoverSend "There is a process matching AWS already running on your system. To avoid conflict, this script will wait for it to finish."
fi

Expand Down

0 comments on commit 3f43e72

Please sign in to comment.