Skip to content

Commit

Permalink
Mkdir /host/run/elemental in suc-upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Lönnegren <fredrik.lonnegren@suse.com>
  • Loading branch information
frelon committed Dec 15, 2023
1 parent 4c00629 commit a374ccb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/files/usr/sbin/suc-upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ LOCK_TIMEOUT="${LOCK_TIMEOUT:-600}"
LOCK_FILE="${LOCK_FILE:-$HOST_DIR/run/elemental/upgrade.lock}"
ACTIVE_FILE="${ACTIVE_FILE:-$HOST_DIR/run/elemental/active_mode}"

mkdir -p $HOST_DIR/run/elemental

function config()
{
if [ ! -s $CONF_FILE ]; then
Expand Down

0 comments on commit a374ccb

Please sign in to comment.