From 92d602c984a78caadc0be4abbac3f257f0060f04 Mon Sep 17 00:00:00 2001 From: Thomas Hooge Date: Tue, 9 Apr 2024 11:04:56 +0100 Subject: [PATCH] Added helper script for webgui install --- inst_apache.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 inst_apache.sh diff --git a/inst_apache.sh b/inst_apache.sh new file mode 100755 index 0000000..acd3374 --- /dev/null +++ b/inst_apache.sh @@ -0,0 +1,9 @@ +#!/bin/sh +cp -ar webgui/* /var/www/html +chown -R 0:0 /var/www/html +mv /var/www/html/_htaccess /var/www/html/.htaccess +mv /var/www/html/config.inc-sample /var/www/html/config.inc +chmod 640 /var/www/html/config.inc +chgrp www-data /var/www/html/config.inc +rm /var/www/html/index.html +rm /var/www/html/locale/dc_DE.po