fixing out small comment issue
This commit is contained in:
parent
58f4e25831
commit
81b8f425e1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ do
|
|||
|
||||
rclone moveto "$1" "$REMOTE_NAME":"$REMOTE_PATH/$variable.$ext" -v --ignore-existing # ignore existing in case the file already exists
|
||||
|
||||
if [ -e "$1" ] && [ "$i" -lt $MAX_COLLISSIONS ]; then # if the file is still in /tmp we must've gotten some kind of error, we assume its a Collision
|
||||
if [ -e "$1" ] && [ "$i" -lt $MAX_COLLISSIONS ]; then # if the file is still at $1 we must've gotten some kind of error, we assume its a Collision
|
||||
kdialog --sorry "Collision $i"
|
||||
i=$((i+1))
|
||||
variable=$(openssl rand -hex 8)
|
||||
|
|
Loading…
Add table
Reference in a new issue