mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Linux - Fixed passed arguments again
This commit is contained in:
parent
8fc296a4c5
commit
c3aa8b0831
@ -48,13 +48,9 @@ sleep 1
|
|||||||
|
|
||||||
# When finished, start Artemis again
|
# When finished, start Artemis again
|
||||||
|
|
||||||
# If the user has specified arguments, pass them to the executable
|
# quoting here breaks stuff, all arguments count as 1
|
||||||
if [ -z "$artemisArgs" ]
|
# shellcheck disable=SC2086
|
||||||
then
|
"$destinationDirectory/Artemis.UI.Linux" $artemisArgs &
|
||||||
"$destinationDirectory/Artemis.UI.Linux" &
|
|
||||||
else
|
|
||||||
"$destinationDirectory/Artemis.UI.Linux" "$artemisArgs" &
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user