mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
smarter way to use restart command in other scripts
This commit is contained in:
parent
8df1d74ae3
commit
51be240bd4
8 changed files with 35 additions and 1 deletions
|
@ -24,7 +24,6 @@ json_list() {
|
|||
echo "{"
|
||||
for str in $logs; do
|
||||
eval $str
|
||||
CMD=${CMD//\"/\\\"}
|
||||
echo -n ' "'$ID'": {
|
||||
"CMD": "'$CMD'",
|
||||
"UNDO": "'$UNDO'",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue