Skip to content
Snippets Groups Projects
installer.sh 245 B
#!/usr/bin/env bash

. /opt/functions.sh

. /tmp/answerfile

# include diskspreparation.sh
beginLogEntry "run disks preparation"
. /opt/diskspreparation.sh
finishLogEntry "done"

if [ -f /opt/runinstaller.sh ];
then
  . /opt/runinstaller.sh
fi