Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2019-05-09 23:55:03 +03:00
parent c22e34afb2
commit 14af6b720f
1 changed files with 3 additions and 1 deletions

4
ufwd
View File

@ -24,9 +24,11 @@ usage() {
upload() {
declare file=$1
upload_output=$( ufw "$@" -R "$file" )
upload_output=$( ufw -R "$@" "$file" )
upload_return=$?
echo "ufw $* -R $file"
if (( flag_enable_notifications )); then
if (( $upload_return )); then
notify-send 'ufwd' "File upload failed: $upload_output"