Possible typo

This commit is contained in:
Andrey M. Smirnov 2016-07-28 00:30:38 +00:00
parent 16fc23c66d
commit 0ab67c02ce
1 changed files with 1 additions and 1 deletions

View File

@ -2147,7 +2147,7 @@ local DELETE_CMD_INPUT=$(cat << 'ENDSSH'
$COMMAND_SUDO rm -rf "$REPLICA_DIR$DELETE_DIR/$files" $COMMAND_SUDO rm -rf "$REPLICA_DIR$DELETE_DIR/$files"
fi fi
if [ -e "$$REPLICA_DIR$files" ]; then if [ -e "$REPLICA_DIR$files" ]; then
# In order to keep full path on soft deletion, create parent directories before move # In order to keep full path on soft deletion, create parent directories before move
parentdir="$(dirname "$files")" parentdir="$(dirname "$files")"
if [ "$parentdir" != "." ]; then if [ "$parentdir" != "." ]; then