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

Don't need separate ram check

parent d7890ae6
No related branches found
No related tags found
No related merge requests found
......@@ -420,10 +420,6 @@ function install_etherpad {
increment_app_install_progress
check_ram_availability 2000
increment_app_install_progress
if [ -f "$IMAGE_PASSWORD_FILE" ]; then
ETHERPAD_ADMIN_PASSWORD="$(printf "%s" "$(cat "$IMAGE_PASSWORD_FILE")")"
else
......
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