fix multi apps
This commit is contained in:
@@ -7,7 +7,11 @@
|
||||
{
|
||||
"type": "command",
|
||||
"parameters": {
|
||||
"command": ["mkdir", "-p", "/home/user/Documents/Papers"]
|
||||
"command": [
|
||||
"mkdir",
|
||||
"-p",
|
||||
"/home/user/Documents/Papers"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -36,7 +40,10 @@
|
||||
{
|
||||
"type": "execute",
|
||||
"parameters": {
|
||||
"command": ["nautilus", "/home/user/Documents/Papers"]
|
||||
"command": [
|
||||
"nautilus",
|
||||
"/home/user/Documents/Papers"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -97,4 +104,4 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user