mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-13 02:19:57 +01:00
Update piwigo-install.sh - minor edits
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user