mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 09:27:25 +00:00
cli: allow to pass args with spaces
This commit is contained in:
parent
6c09e5f1b9
commit
ff6b22cc5f
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
|||
ROOTDIR=/data/yiimp
|
||||
DIR=`pwd`
|
||||
|
||||
cd "$ROOTDIR/web" && php yaamp/yiic.php $*
|
||||
cd "$ROOTDIR/web" && php yaamp/yiic.php "$@"
|
||||
|
||||
cd $DIR
|
||||
|
|
Loading…
Add table
Reference in a new issue