aboutsummaryrefslogtreecommitdiff
path: root/lib/_ak_fs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/_ak_fs')
-rwxr-xr-xlib/_ak_fs12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/_ak_fs b/lib/_ak_fs
index 108c682..08fd275 100755
--- a/lib/_ak_fs
+++ b/lib/_ak_fs
@@ -655,6 +655,18 @@ function _ak_fs_net_get(){
echo "Look, I asked for a SHA512 hash, please try again"
exit 1
fi
+ if [ -z $1 ] || [ ! -n "$1" ]
+ then
+ ak_log_error "Empty 1"
+ fi
+ if [ -z $2 ] || [ ! -n "$2" ]
+ then
+ ak_log_error "Empty 2"
+ fi
+ if [ -z $3 ] || [ ! -n "$3" ]
+ then
+ ak_log_error "Empty 3"
+ fi
_ak_fs_net_cat $1 $2 > $3
}