Skip to content

Commit

Permalink
restart to start
Browse files Browse the repository at this point in the history
  • Loading branch information
eucalyptus-qa committed Sep 24, 2012
1 parent 0071988 commit 8095c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/seeds/modify_ui_conf.pl
Expand Up @@ -252,7 +252,7 @@ sub does_It_Have{
if( $source_lst[$clc_index] eq "BZR" || $source_lst[$clc_index] eq "SRC" ){
$cmd = "cd /root/euca_builder/eee/eucalyptus-ui; nohup ./launcher.sh > /dev/null 2> /dev/null \&";
}else{
$cmd = "service eucalyptus-console restart";
$cmd = "service eucalyptus-console start";
};

print "$cmd\n";
Expand Down

0 comments on commit 8095c48

Please sign in to comment.