fixing out small comment issue

This commit is contained in:
Ione 15 2024-06-16 03:24:27 +02:00
parent 58f4e25831
commit 81b8f425e1

View file

@ -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)