tweak: rose-mklink to run on background
This commit is contained in:
parent
7fa7698265
commit
31be29c7cb
|
@ -12,6 +12,6 @@ test -z "$2" || {
|
|||
exit 1
|
||||
}
|
||||
|
||||
echo -e "#!/bin/sh\n\nrose $2" > /usr/bin/$1
|
||||
echo -e "#!/bin/sh\n\nrose $2 > /dev/null &1>2 &" > /usr/bin/$1
|
||||
chmod +x /usr/bin/$1
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user