mirror of
https://github.com/schollz/croc.git
synced 2025-10-10 21:01:02 +02:00
add spaces
This commit is contained in:
parent
68dbe8d04f
commit
7a2ddc31b6
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
if [ -n "$CROC_PASS" ]; then
|
||||
set -- --pass "$CROC_PASS" "$@"
|
||||
fi
|
||||
|
||||
exec /croc "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue