zuv0 commited on
Commit
d966592
·
verified ·
1 Parent(s): e29b3e9

Update out_rp.sh

Browse files
Files changed (1) hide show
  1. out_rp.sh +2 -2
out_rp.sh CHANGED
@@ -4,8 +4,8 @@
4
  OUT_CLOUD=$1
5
 
6
  # file add
7
- NAME="$2"
8
- if [ -n "$NAME" ]; then
9
  NAME=""
10
  else
11
  NAME="${NAME}_"
 
4
  OUT_CLOUD=$1
5
 
6
  # file add
7
+ NAME=$2
8
+ if [ -z "$NAME" ]; then
9
  NAME=""
10
  else
11
  NAME="${NAME}_"