Merge b8c839920d into b5de9a539c
				
					
				
			This commit is contained in:
		
						commit
						a3ffbfbb6e
					
				|  | @ -18,7 +18,7 @@ start() { | ||||||
|        echo -n "Already running !" && warning |        echo -n "Already running !" && warning | ||||||
|        echo |        echo | ||||||
|     else |     else | ||||||
|        nohup ${CMD} >/dev/null 2>&1 & |        nohup python ${CMD} >/dev/null 2>&1 & | ||||||
|        RETVAL=$? |        RETVAL=$? | ||||||
|        PID=$! |        PID=$! | ||||||
|        [ $RETVAL -eq 0 ] && success || failure |        [ $RETVAL -eq 0 ] && success || failure | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue