Skip to content

Commit

Permalink
fix permissions on install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
txoof committed Aug 2, 2024
1 parent 62fe846 commit bdb441a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit bdb441a

Please sign in to comment.