diff --git a/ufwd b/ufwd index 76997f4..9d58556 100755 --- a/ufwd +++ b/ufwd @@ -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"