Merge pull request #187 from thomas-kuntz/fix-thund-path
fix: Broken profile path in 3 Thunderbird tasks
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
"-f",
|
"-f",
|
||||||
"/home/user/Desktop/thunderbird-profile-blank.tar.gz",
|
"/home/user/Desktop/thunderbird-profile-blank.tar.gz",
|
||||||
"-C",
|
"-C",
|
||||||
"/home/user/Desktop/"
|
"/home/user/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
"command": [
|
"command": [
|
||||||
"python3",
|
"python3",
|
||||||
"/home/user/Desktop/firefox_decrypt.py",
|
"/home/user/Desktop/firefox_decrypt.py",
|
||||||
"/home/user/Desktop/.thunderbird",
|
"/home/user/.thunderbird",
|
||||||
"-n",
|
"-n",
|
||||||
"-c",
|
"-c",
|
||||||
"2",
|
"2",
|
||||||
@@ -96,4 +96,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
"-f",
|
"-f",
|
||||||
"/home/user/Desktop/thunderbird-profile.tar.gz",
|
"/home/user/Desktop/thunderbird-profile.tar.gz",
|
||||||
"-C",
|
"-C",
|
||||||
"/home/user/Desktop/"
|
"/home/user/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
"-f",
|
"-f",
|
||||||
"/home/user/Desktop/thunderbird-profile.tar.gz",
|
"/home/user/Desktop/thunderbird-profile.tar.gz",
|
||||||
"-C",
|
"-C",
|
||||||
"/home/user/Desktop/"
|
"/home/user/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
"command": [
|
"command": [
|
||||||
"python3",
|
"python3",
|
||||||
"/home/user/Desktop/firefox_decrypt.py",
|
"/home/user/Desktop/firefox_decrypt.py",
|
||||||
"/home/user/Desktop/.thunderbird",
|
"/home/user/.thunderbird",
|
||||||
"-n",
|
"-n",
|
||||||
"-c",
|
"-c",
|
||||||
"2",
|
"2",
|
||||||
@@ -90,4 +90,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user