1
0
moha/tools/install.sh
2022-04-23 02:00:52 +02:00

8 lines
301 B
Bash
Executable File

#!/usr/bin/bash
rsync -aP --exclude "*~" --exclude *kate-swp $1/config/ /etc/moha/
chmod a+rX -R /etc/moha
chown domotique:domotique -R /etc/moha
rsync -aP --exclude "*~" --exclude *kate-swp $1/webserver/ /var/www/html/moha/
chmod u+rX -R /var/www/html/moha/
chown apache:apache -R /var/www/html/moha