EdgeLab-FHDO / Edge-Diagnostic-Platform

MIT License
0 stars 2 forks source link

Fixed limit.sh #48

Closed juan-castrillon closed 4 years ago

juan-castrillon commented 4 years ago

Fixed the limit.sh file according to the problem in #47 .

The issues I found were:

I tested it manually, with the following dummy scripy as process:

#!/usr/bin/env bash

while : 
do
    echo "Hello"
    echo $$
    sleep 10
done

and it was working, also with multiple instances of dummy.