From bdb441a1c1fde9cb7c1db4e8214258ea99cbd795 Mon Sep 17 00:00:00 2001 From: txoof Date: Fri, 2 Aug 2024 16:51:25 +0200 Subject: [PATCH] fix permissions on install dir --- install/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.sh b/install/install.sh index 50853f7..467629c 100755 --- a/install/install.sh +++ b/install/install.sh @@ -232,7 +232,7 @@ function copy_files { echo "Installing files to $INSTALLPATH" rsync -a --exclude-from=$EXCLUDE --include-from=$INCLUDE $LOCALPATH $rsyncPath # cp $SCRIPT_DIR/../Pipfile $INSTALLPATH - chown -R paperpi:paperpi $INSTALLPATH + # chown -R paperpi:paperpi $INSTALLPATH fi }