Indentation

This commit is contained in:
Bob Mottram 2018-04-08 15:27:23 +01:00
parent 16f549bed2
commit 466b5c023e
1 changed files with 2 additions and 2 deletions

View File

@ -608,10 +608,10 @@ if [[ "$database_type" == "postgres"* ]]; then
echo ''
fi
if [[ "$app_node" == 'yes' ]]; then
echo "install_nodejs ${app_name}"
echo " install_nodejs ${app_name}"
fi
if [ "$app_nodeapp" ]; then
echo "npm install -g ${app_nodeapp}"
echo " npm install -g ${app_nodeapp}"
fi
if [[ "$app_php" == 'yes' ]]; then
echo ' apt-get -yq install php-gettext php-curl php-gd php-mysql git curl'