diff --git a/config.sh b/config.sh index ca2de3b..c66aa49 100755 --- a/config.sh +++ b/config.sh @@ -10,8 +10,8 @@ if [ "$1" != '--url' ] || [ "$3" != '--token' ]; then fi # Generate a random string for the runner name, if using config.sh without variables -export RANDOM RANDOM="$(LC_ALL=C tr -dc 'a-zA-Z0-9' < /dev/urandom | head -c 8)" +export RANDOM . ${SCRIPTDIR}/check-envs.sh mkdir -p ${RUNNER_CONFIG_DIRECTORY} diff --git a/flavours/github-act.sh b/flavours/github-act.sh index 0fd31a1..cedb5e7 100755 --- a/flavours/github-act.sh +++ b/flavours/github-act.sh @@ -10,7 +10,7 @@ if [ "$NAME" = "FreeBSD" ]; then echo "FreeBSD update completed." fi -if [ "$NAME" = "FreeBSD" ] || [ "$NAME" = "CheriBSD" ]; then +if [ "$NAME" = "CheriBSD" ]; then echo "skipped freebsd-update for $NAME" fi