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",
|
||||
"/home/user/Desktop/thunderbird-profile-blank.tar.gz",
|
||||
"-C",
|
||||
"/home/user/Desktop/"
|
||||
"/home/user/"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -60,7 +60,7 @@
|
||||
"command": [
|
||||
"python3",
|
||||
"/home/user/Desktop/firefox_decrypt.py",
|
||||
"/home/user/Desktop/.thunderbird",
|
||||
"/home/user/.thunderbird",
|
||||
"-n",
|
||||
"-c",
|
||||
"2",
|
||||
@@ -96,4 +96,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"-f",
|
||||
"/home/user/Desktop/thunderbird-profile.tar.gz",
|
||||
"-C",
|
||||
"/home/user/Desktop/"
|
||||
"/home/user/"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"-f",
|
||||
"/home/user/Desktop/thunderbird-profile.tar.gz",
|
||||
"-C",
|
||||
"/home/user/Desktop/"
|
||||
"/home/user/"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -60,7 +60,7 @@
|
||||
"command": [
|
||||
"python3",
|
||||
"/home/user/Desktop/firefox_decrypt.py",
|
||||
"/home/user/Desktop/.thunderbird",
|
||||
"/home/user/.thunderbird",
|
||||
"-n",
|
||||
"-c",
|
||||
"2",
|
||||
@@ -90,4 +90,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user