Fixed another hard reference to the 'pi' user name

pull/240/head
Mike Roberts 2019-01-15 11:14:45 +00:00 committed by XECDesign
parent 189b8f0400
commit 3b1d05144f
1 changed files with 2 additions and 3 deletions

View File

@ -11,6 +11,5 @@ fi
file "files/$magpi_latest" | grep -q "PDF document"
install -v -o 1000 -g 1000 -d "${ROOTFS_DIR}/home/pi/MagPi"
install -v -o 1000 -g 1000 -m 644 "files/$magpi_latest" "${ROOTFS_DIR}/home/pi/MagPi/"
install -v -o 1000 -g 1000 -d "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/MagPi"
install -v -o 1000 -g 1000 -m 644 "files/$magpi_latest" "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/MagPi/"