mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 11:35:54 +02:00
backupiso: disable on arm (we have no iso).
and fix syntax error.
This commit is contained in:
@@ -19,7 +19,8 @@ if [ ! -e ${ISO} ]
|
||||
then
|
||||
echo "Fetching ${URL}${ISO}"
|
||||
wget --quiet -c ${URL}${ISO}
|
||||
else
|
||||
fi
|
||||
|
||||
echo "Fetching ${URL}${ISO}.md5"
|
||||
wget --quiet -O ${ISO}.md5 ${URL}${ISO}.md5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user