Indentation
This commit is contained in:
parent
16f549bed2
commit
466b5c023e
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue