Update piwigo-install.sh - minor edits

This commit is contained in:
tschettervictor
2024-09-29 12:44:59 -06:00
committed by GitHub
parent 9b99ddefd9
commit e24554f33b

View File

@@ -8,13 +8,13 @@ if ! [ $(id -u) = 0 ]; then
fi
APP_NAME="Piwigo"
MARIADB_VERSION="106"
PHP_VERSION="83"
DB_TYPE="MariaDB"
DB_NAME="piwigo"
DB_USER="piwigo"
DB_ROOT_PASSWORD=$(openssl rand -base64 15)
DB_PASSWORD=$(openssl rand -base64 15)
PHP_VERSION="83"
MARIADB_VERSION="106"
# Check for Reinstall
if [ "$(ls -A /var/db/mysql/"${DB_NAME}" 2>/dev/null)" ]; then