From a497c0319532b5b6aeff29c00543b2ba60f0e18b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 3 Dec 2017 19:50:47 +0000 Subject: [PATCH] Add a couple more public subdirectories on mesh clients --- src/freedombone-image-mesh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/freedombone-image-mesh b/src/freedombone-image-mesh index 14a73c22..6f86599b 100755 --- a/src/freedombone-image-mesh +++ b/src/freedombone-image-mesh @@ -682,7 +682,9 @@ function setup_ipfs { if [ ! -d /home/$MY_USERNAME/Public ]; then mkdir -p /home/$MY_USERNAME/Public/Videos mkdir -p /home/$MY_USERNAME/Public/Music + mkdir -p /home/$MY_USERNAME/Public/Podcasts mkdir -p /home/$MY_USERNAME/Public/Documents + mkdir -p /home/$MY_USERNAME/Public/Pictures echo $'Files within this directory will be publicly visible on the network' > /home/$MY_USERNAME/Public/README.txt chown -R $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/Public ln -s /home/$MY_USERNAME/Public /home/$MY_USERNAME/Desktop/Public