diff --git a/ct/openarchiver.sh b/ct/open-archiver.sh similarity index 100% rename from ct/openarchiver.sh rename to ct/open-archiver.sh diff --git a/frontend/public/json/openarchiver.json b/frontend/public/json/open-archiver.json similarity index 96% rename from frontend/public/json/openarchiver.json rename to frontend/public/json/open-archiver.json index e1d96d91..66d1f809 100644 --- a/frontend/public/json/openarchiver.json +++ b/frontend/public/json/open-archiver.json @@ -17,7 +17,7 @@ "install_methods": [ { "type": "default", - "script": "ct/openarchiver.sh", + "script": "ct/open-archiver.sh", "resources": { "cpu": 2, "ram": 3072, diff --git a/install/openarchiver-install.sh b/install/open-archiver-install.sh similarity index 96% rename from install/openarchiver-install.sh rename to install/open-archiver-install.sh index 57c90092..53eba7ff 100644 --- a/install/openarchiver-install.sh +++ b/install/open-archiver-install.sh @@ -34,10 +34,10 @@ $STD sudo -u postgres psql -c "ALTER ROLE $DB_USER SET client_encoding TO 'utf8' $STD sudo -u postgres psql -c "ALTER ROLE $DB_USER SET default_transaction_isolation TO 'read committed';" $STD sudo -u postgres psql -c "ALTER ROLE $DB_USER SET timezone TO 'UTC';" { - echo "Open Archiver DB Credentials" - echo "Database Name: $DB_NAME" - echo "Database User: $DB_USER" - echo "Database Password: $DB_PASS" + echo "Open Archiver DB Credentials" + echo "Database Name: $DB_NAME" + echo "Database User: $DB_USER" + echo "Database Password: $DB_PASS" } >>~/openarchiver.creds msg_ok "Set up PostgreSQL"