diff --git a/conf/index.php b/conf/index.php index 3c22137..534cb1a 100644 --- a/conf/index.php +++ b/conf/index.php @@ -6,6 +6,12 @@ - Admin page +
+
+

+

Admin page

+
+
+ \ No newline at end of file diff --git a/scripts/install b/scripts/install index ec14b90..c052c94 100644 --- a/scripts/install +++ b/scripts/install @@ -18,6 +18,9 @@ if [[ ! $? -eq 0 ]]; then exit 1 fi +# Remove trailing "/" for next commands +path=${path%/} + # Generate random password db_pwd=$(dd if=/dev/urandom bs=1 count=200 2> /dev/null | tr -c -d 'A-Za-z0-9' | sed -n 's/\(.\{24\}\).*/\1/p')