Skip to content

Commit 616a369

Browse files
committed
#261: Remove unnecessary add-cert invocation, all glory to @AaronFeledy.
1 parent 06b633d commit 616a369

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/pantheon.sh

-3
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,13 @@ LANDO_MODULE="pantheon"
1111
# Kick it off
1212
lando_pink "Pantheon pre-run scripting"
1313

14-
/helpers/add-cert.sh --silent
15-
1614
# Set up some new dirs
1715
mkdir -p /var/www/certs
1816
mkdir -p /srv/bindings
1917
chown -R www-data:www-data /var/www/certs /srv/bindings
2018

2119
# Set up some symlnks
2220
ln -sfn /var/www /srv/bindings/lando
23-
ln -sfn /var/www/certs/binding.pem /certs/binding.pem
2421

2522
ln -sfn /tmp /srv/bindings/lando/tmp
2623
ln -sfn /app /srv/bindings/lando/code

0 commit comments

Comments
 (0)