diff --git a/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh b/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh index 8d8843440..cb5eb9415 100755 --- a/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh +++ b/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh @@ -24,8 +24,9 @@ fi chmod -R 777 "$CONFIG_HOME" # Export variables -# shellcheck source=/dev/null -source "$CONFIG_HOME"/config.env +set -a +/./"$CONFIG_HOME"/config.env +set +a ############## # Launch App #