Skip to content

Commit c9deb48

Browse files
author
gau1991
committed
Fixed install script not updating old config
1 parent ccd584b commit c9deb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ else
369369
ee_install_dep | tee -ai $ee_install_log
370370
ee_sync_db 2&>>1 $EE_INSTALL_LOG
371371
secure_ee_db | tee -ai $EE_INSTALL_LOG
372-
ee_update_latest | tee -ai $ee_install_log
373372
ee_install | tee -ai $ee_install_log
373+
ee_update_latest | tee -ai $ee_install_log
374374
ee_git_init | tee -ai $ee_install_log
375375
service nginx reload &>> /dev/null
376376
service php5-fpm restart &>> /dev/null

0 commit comments

Comments
 (0)