Skip to content
Snippets Groups Projects
Commit dd51457d authored by Michael Vorburger.ch's avatar Michael Vorburger.ch Committed by David Runge
Browse files

rm un-used set_image() dupe of check_image() in run_archiso.sh

parent 23c5d52b
No related branches found
No related tags found
No related merge requests found
......@@ -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=''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment