Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Feb 8th, 2010 | Syntax: None | Size: 0.22 KB | Hits: 60 | Expires: Never
Copy text to clipboard
  1.     if [ -f $card/backupsystem/installedsystem.sqsh -o -f $card/backupsystem/installedsystem.img -o -f $card/backupsystem.ext2 ]; then
  2.             echo "Partitioned Build Detected"
  3.     else
  4.             PARTITIONED=0
  5.     fi