Skip to content

Commit

Permalink
Fix type in module backup destination
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Jan 10, 2013
1 parent 8ef422a commit 37f02a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpi-update
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function do_backup {
rm -rf "${FW_PATH}.bak" rm -rf "${FW_PATH}.bak"
cp -va "${FW_PATH}" "${FW_PATH}.bak" cp -va "${FW_PATH}" "${FW_PATH}.bak"
rm -rf "${FW_MODPATH}.bak" rm -rf "${FW_MODPATH}.bak"
cp -va "${FW_MODPATH}" "" cp -va "${FW_MODPATH}" "${FW_MODPATH}.bak"
} }


function do_update { function do_update {
Expand Down

0 comments on commit 37f02a0

Please sign in to comment.