Pinchie / RaspiPass

RaspiPass - Homepass software for the Raspberry Pi 3
46 stars 5 forks source link

copy_to_sysdirs.sh should create dirs if they don't exist #11

Open Pinchie opened 7 years ago

Pinchie commented 7 years ago

/raspipass

mkdir /raspipass
chown raspi:raspi /raspipass /git
chmod 744 /raspipass 

/raspi_secure:

mkdir /raspi_secure
chown root:root /raspi_secure
chmod 700 /raspi_secure 

/var/www/html Exit with error if this dir does not exist - it means Apache isn't installed or isn't default config