Skip to content

Commit 29dd12a

Browse files
committed
Fix invalid local.settintgs.php
1 parent b3acd68 commit 29dd12a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/create-settings.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
22

33
if [ ! -e docroot/sites/default/settings/local.settings.php ]; then
4-
echo -e "<?php\n\n//This is for your customizations." > docroot/sites/default/settings/local.settings.php
4+
echo "<?php\n\n// This is for your customizations." > docroot/sites/default/settings/local.settings.php
55
echo Settings file was created.
66
else
77
echo Settings file already exists. Skipping creation.

0 commit comments

Comments
 (0)