File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ def main():
357
357
358
358
postgresql = cmdline ("sudo service postgresql status | grep active" )
359
359
if "Active: inactive" in postgresql :
360
- print "\n [" + t .red ("!" ) + "]Warning. Hueristics indicate Postgresql Service is offline"
360
+ print "\n [" + t .red ("!" ) + "]Warning. Heuristics indicate Postgresql Service is offline"
361
361
362
362
start_pst = raw_input ("\n [" + t .magenta ("?" ) + "]Start Postgresql Service? [Y]es/[N]o: " ).lower ()
363
363
if start_pst == 'y' :
@@ -380,7 +380,7 @@ def main():
380
380
381
381
apache = cmdline ("service apache2 status | grep active" )
382
382
if "Active: inactive" in apache :
383
- print "\n [" + t .red ("!" ) + "]Warning. Hueristics indicate Apache Service is offline"
383
+ print "\n [" + t .red ("!" ) + "]Warning. Heuristics indicate Apache Service is offline"
384
384
385
385
start_ap = raw_input ("\n [" + t .magenta ("?" ) + "]Start Apache Service? [Y]es/[N]o: " ).lower ()
386
386
if start_ap == 'y' :
You can’t perform that action at this time.
0 commit comments