You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using multicommand when you get errors it says they are ok anyway?
"commands": [
{
"command": "apt-get update",
"data": "Reading package lists...\n",
"errors": [
"E: Could not get lock /var/lib/apt/lists/lock. It is held by process 1374 (apt-get)\n",
"E: Unable to lock directory /var/lib/apt/lists/\n"
],
"msg": "Command succesfull",
"rc": 100,
"result": true
},
{
"command": "apt-get dist-upgrade -y",
"data": "",
"errors": [
"E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 1219 (apt-get)\n",
"E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?\n"
],
"msg": "Command succesfull",
"rc": 100,
"result": true
}
],
"errors": "",
"msg": "All commands ran",
"rc": 0,
"result": true
The text was updated successfully, but these errors were encountered:
When using multicommand when you get errors it says they are ok anyway?
The text was updated successfully, but these errors were encountered: