From 3d963bb29a1ae8a08e99a326e1f93f4196bf4d89 Mon Sep 17 00:00:00 2001 From: veloute <21003408+veloute@users.noreply.github.com> Date: Sun, 22 Jul 2018 19:39:30 +1000 Subject: added mkdir for whitelisted folders --- etc/standardnotes-desktop.profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/standardnotes-desktop.profile b/etc/standardnotes-desktop.profile index 93c6eeec2..202d3761d 100644 --- a/etc/standardnotes-desktop.profile +++ b/etc/standardnotes-desktop.profile @@ -12,6 +12,9 @@ include /etc/firejail/disable-passwdmgr.inc include /etc/firejail/disable-programs.inc include /etc/firejail/whitelist-var-common.inc + +mkdir ${HOME}/Standard Notes Backups +mkdir ${HOME}/.config/Standard Notes whitelist ${HOME}/Standard Notes Backups whitelist ${HOME}/.config/Standard Notes -- cgit v1.2.3-54-g00ecf