Fix startup issue
This commit is contained in:
parent
a3393639a5
commit
23be3410f2
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ fi
|
|||
echo -en "${COLOR_DEFAULT}:: Launching"
|
||||
if [ -z "${OSUBOOT_DRYRUN}" ]; then
|
||||
echo -e "${RESET}"
|
||||
exec OSU_EXTERNAL_UPDATE_PROVIDER=1 "${HOME}/.cache/osu.AppImage"
|
||||
exec env OSU_EXTERNAL_UPDATE_PROVIDER=1 "${HOME}/.cache/osu.AppImage"
|
||||
else
|
||||
echo -e ", ${COLOR_OTHER}skipped (dry-run)"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue