FIX: Don't run prereqs check on manual cleanup
authorRafael dos Santos Silva <xfalcox@gmail.com>
Fri, 28 Jul 2017 02:17:05 +0000 (23:17 -0300)
committerRafael dos Santos Silva <xfalcox@gmail.com>
Fri, 28 Jul 2017 02:17:05 +0000 (23:17 -0300)
launcher

index d45ed8f5205927889c3c73afb1f262b21006e791..29fa014207b9d84638819cbbf51bdff8db8a882d 100755 (executable)
--- a/launcher
+++ b/launcher
@@ -215,7 +215,7 @@ check_prereqs() {
 }
 
 
-if [ -z "$SKIP_PREREQS" ] ; then
+if [ -z "$SKIP_PREREQS" ] && [ "$command" != "cleanup" ]; then
   check_prereqs
 fi