From 67b567d43a5437f2294e3ebec295f6b867f23ef6 Mon Sep 17 00:00:00 2001 From: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com> Date: Sun, 23 Mar 2025 22:29:23 +0100 Subject: [PATCH] Update manyfold-install.sh --- install/manyfold-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/manyfold-install.sh b/install/manyfold-install.sh index 38a2950..72f5354 100644 --- a/install/manyfold-install.sh +++ b/install/manyfold-install.sh @@ -106,7 +106,7 @@ HTTPS_ONLY=false RAILS_ENV=production EOF chown manyfold:manyfold /opt/.env -$STD source /opt/.env && credentials:edit +$STD source /opt/.env && bin/rails credentials:edit $STD source /opt/.env && bin/rails db:migrate $STD source /opt/.env && bin/rails assets:precompile echo "${RELEASE}" >/opt/${APPLICATION}_version.txt