Skip to content
Snippets Groups Projects
Commit 36d5bb81 authored by Bob Mottram's avatar Bob Mottram
Browse files

Lychee commit

parent 12d8b45c
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,8 @@ LYCHEE_DOMAIN_NAME=
LYCHEE_CODE=
LYCHEE_ONION_PORT=8105
LYCHEE_REPO="https://github.com/electerious/Lychee"
LYCHEE_COMMIT='27f207dcbac8488629ffc3b5a9cac78ae123bee9'
# version from Modules/Database.php
LYCHEE_COMMIT='d1c6b272da49b48f8616635f633438a63400ab32'
# version from php/Modules/Database.php
LYCHEE_VERSION='030102'
LYCHEE_SHORT_DESCRIPTION=$'Photo album'
......@@ -416,7 +416,7 @@ function lychee_run_installation {
fi
cd "/var/www/${LYCHEE_DOMAIN_NAME}/htdocs/php/database" || exit 27
lychee_identifier=$(php -r "echo md5(microtime(true));")
username_encrypted=$(lychee_hashed_string "root")
username_encrypted=$(lychee_hashed_string "$MY_USERNAME")
password_encrypted=$(lychee_hashed_string "$LYCHEE_ADMIN_PASSWORD")
rm /root/.lychee_string.php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment