Fix typo
referenced ${rcvar.old} rather than ${rcvar}.old
This commit is contained in:
parent
205f32c78b
commit
34ca94ffa2
1 changed files with 1 additions and 1 deletions
|
@ -37,5 +37,5 @@ rcvar=$(cat "$__object/explorer/rcvar")
|
|||
|
||||
# --state absent, so ensure that .new doesn't exist and that conf is renamed to .old
|
||||
echo rm \"${rcvar}.new\"
|
||||
echo mv \"${rcvar}\" \"${rcvar.old}\"
|
||||
echo mv \"${rcvar}\" \"${rcvar}.old\"
|
||||
|
||||
|
|
Loading…
Reference in a new issue