pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
1 sec ago
Untitled
11 sec ago
Untitled
13 sec ago
Untitled
14 sec ago
Untitled
24 sec ago
premium accounts 12/02/...
30 sec ago
Untitled
20 sec ago
Untitled
52 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Feb 8th, 2010 | Syntax:
None
| Size: 0.22 KB | Hits: 60 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
if [ -f $card/backupsystem/installedsystem.sqsh -o -f $card/backupsystem/installedsystem.img -o -f $card/backupsystem.ext2 ]; then
echo "Partitioned Build Detected"
else
PARTITIONED=0
fi
create new paste
|
create new version of this paste
RAW Paste Data
if [ -f $card/backupsystem/installedsystem.sqsh -o -f $card/backupsystem/installedsystem.img -o -f $card/backupsystem.ext2 ]; then echo "Partitioned Build Detected" else PARTITIONED=0 fi