Skip to content

Commit f110e22

Browse files
committedJan 15, 2018
Add themes directory
1 parent 1193026 commit f110e22

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed
 

‎.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ engine/*
2323

2424
/custom/plugins/*
2525

26-
2726
# Userconfigurations
2827
/config.php
2928
/config_*.php

‎app/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ DROP_DATABASE=${DROP_DATABASE:-"n"}
2121
swCommand sw:database:setup --steps=drop,create,import
2222

2323
if [ $IMPORT_DEMODATA = y ] ; then
24-
echo "Importing demo data please wait ..."
24+
echo "Importing demo data please wait..."
2525
swCommand sw:database:setup --steps=importDemodata
2626
fi
2727

‎app/post-update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ banner
66

77
loadEnvFile
88

9-
echo "Updating Shopware install, please wait ...."
9+
echo "Updating Shopware install, please wait..."
1010

1111
swCommand sw:migrations:migrate --mode=update
1212
swCommand sw:cache:clear

‎composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎themes/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)
Please sign in to comment.