summaryrefslogtreecommitdiff
path: root/scripts/run_parabolaiso.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run_parabolaiso.sh')
-rwxr-xr-xscripts/run_parabolaiso.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/run_parabolaiso.sh b/scripts/run_parabolaiso.sh
index cea5d2c..63f6c86 100755
--- a/scripts/run_parabolaiso.sh
+++ b/scripts/run_parabolaiso.sh
@@ -115,18 +115,6 @@ run_image() {
-no-reboot
}
-set_image() {
- if [[ -z "$image" ]]; then
- printf 'ERROR: %s\n' "Image name can not be empty."
- exit 1
- fi
- if [[ ! -f "$image" ]]; then
- printf 'ERROR: %s\n' "Image (${image}) does not exist."
- exit 1
- fi
- image="$1"
-}
-
image=''
oddimage=''
accessibility=''