From 384be818856fc997559b2c073f12851bee3cfc50 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 28 Aug 2021 13:11:57 +0200 Subject: [PATCH] Update run.sh --- joplin/rootfs/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joplin/rootfs/run.sh b/joplin/rootfs/run.sh index 6a50effb2..24a7b5405 100644 --- a/joplin/rootfs/run.sh +++ b/joplin/rootfs/run.sh @@ -2,7 +2,7 @@ bashio::log.warning "Warning - minimum configuration recommended : 2 cpu cores and 4 GB of memory. Otherwise the system will become unresponsive and crash." -chmod u+r /data/options.json +sudo chmod u+r /data/options.json ########## # BANNER #