mirror of
https://github.com/unmojang/meta.git
synced 2025-09-25 04:01:42 -04:00
chore: Don't mix string and array in argument
This commit is contained in:
parent
67303c5463
commit
7b08c714c8
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
echo "Launch args: $@"
|
||||
echo -n "Launch args: "
|
||||
echo "$@"
|
||||
|
||||
if [ "$1" == "update" ]; then
|
||||
cd /app || exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user