Signed-off-by: fbt <fbt@fleshless.org>
此提交包含在:
2019-05-09 23:55:03 +03:00
父節點 c22e34afb2
當前提交 14af6b720f

4
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"