Skip to content
Snippets Groups Projects
Commit 73aa7bb8 authored by Michel Memeteau's avatar Michel Memeteau
Browse files

Start on 14-fpm

parent c977e084
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -eux
source /etc/environment
NEXTCLOUD_VERSION=17-fpm
NEXTCLOUD_VERSION=14-fpm
MYSQL_ROOT_PASSWORD=`tr -dc A-Za-z0-9_ < /dev/urandom | head -c 20 | xargs`
NEXTCLOUD_ADMIN_PASSWORD=`tr -dc A-Za-z0-9_ < /dev/urandom | head -c 20 | xargs`
......
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