#!/bin/bash # skip if in build mode if [[ "x$1" = "xbuild" ]]; then exit fi passwd -d root systemctl enable jellyfin.service