Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
6b7d7ac7
Commit
6b7d7ac7
authored
Nov 24, 2010
by
anarcat
Committed by
anarcat
Nov 24, 2010
Browse files
don't bother the user with prompts, since we already do this in debconf
parent
ec09f60b
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/aegir-provision.postinst
View file @
6b7d7ac7
...
...
@@ -87,7 +87,7 @@ case "$1" in
echo
"existing provision in
$VARLIB
/.drush/provision detected, move away and try again"
exit
1
fi
su aegir
-c
"drush hostmaster-install --aegir_db_host='
$AEGIR_DB_HOST
' --aegir_db_user='
$AEGIR_DB_USER
' --aegir_db_pass='
$AEGIR_DB_PASS
' --client_email='
$EMAIL
'
$MAKEFILE
$SITE
"
su aegir
-c
"drush hostmaster-install
--yes
--aegir_db_host='
$AEGIR_DB_HOST
' --aegir_db_user='
$AEGIR_DB_USER
' --aegir_db_pass='
$AEGIR_DB_PASS
' --client_email='
$EMAIL
'
$MAKEFILE
$SITE
"
;;
abort-upgrade|abort-remove|abort-deconfigure
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment