Skip to content

Commit

Permalink
Update ImageBackup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arn354 committed Mar 2, 2014
1 parent d5b981b commit b9cb8ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def doFullBackup(self, DIRECTORY):
self.MAINDESTOLD = "%s/%s" %(self.DIRECTORY, self.MODEL)
self.MAINDEST = "%s/%s" % (self.DIRECTORY, self.MODEL)
self.EXTRA = "%s/fullbackup_%s/%s" % (self.DIRECTORY, self.MODEL, self.DATE)
elif self.MODEL == "ini-9000ru":
elif self.MODEL == "ini-9000ru" or self.MODEL == "sezammarvel":
self.TYPE = "SEZAM"
self.MODEL = "hdp"
self.MKUBIFS_ARGS = "-m 4096 -e 1040384 -c 1984"
Expand Down

0 comments on commit b9cb8ec

Please sign in to comment.