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

Commit 3f43e72

Browse files
author
Zachary DuBois
committed
Merge branch 'dev'
2 parents 15d12c3 + 566b85c commit 3f43e72

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

TODO.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
- Update startup checks.
77
- Add video/media pages *v0.5*
88
- More file type icons.
9+
- Major rewrite.
10+
- Add YOURLs support.

night-uploader

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ pushoverSend() {
107107
then
108108
echo "$info Pushover message sent successfully: $message"
109109
else
110-
echo "$warning Pushover failed to send message: $message"
110+
echo "$warn Pushover failed to send message: $message"
111111
fi
112112
else
113113
echo "$info No Pushover key set to send message: $message"
@@ -305,7 +305,7 @@ while ps aux | grep -v grep | grep "aws" > /dev/null
305305
do
306306
if [[ "$retryCount" == 0 ]]
307307
then
308-
echo "$warning AWS is currently running. Waiting for AWS to finish to avoid issues."
308+
echo "$warn AWS is currently running. Waiting for AWS to finish to avoid issues."
309309
pushoverSend "There is a process matching AWS already running on your system. To avoid conflict, this script will wait for it to finish."
310310
fi
311311

0 commit comments

Comments
 (0)