Changeset 3377
- Timestamp:
- Jan 19, 2017, 2:12:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-analytics-server/trunk/fuentes/debian/postinst
r3376 r3377 74 74 # ASK QUESTIONS 75 75 print_info="no" 76 ask_user="yes" 76 77 if [ "${ASK}" = "yes" ]; then 77 78 ask_question 'Desea configurar la base de datos analytics?' … … 123 124 $mysqluser < /usr/lib/analytics-server/analytics.sql 124 125 else 125 if [ "x$create_user" != "xyes" - o"${ask_user}" != "no" ]; then126 if [ "x$create_user" != "xyes" -a "${ask_user}" != "no" ]; then 126 127 do_dialog 'Analytics configuration' 'Usuario con permiso en bd analytics?' 127 128 user=$input
Note: See TracChangeset
for help on using the changeset viewer.