GregorKo

Results 5 comments of GregorKo

I replaced line 47 to line 57 with: ``` kill `get_pid` i=0 while is_running; do if [ $i = '60' ]; then break; else echo -n "." i=$(($i+1)) sleep 1...

Maybe?: ``` ... Y Z AA AB ... ```

My favorite docker image: tomsquest/docker-radicale Using it since many years.

I'm not exactly sure what the reason is to not use CALL here: ``` :: Exectute within current shell (i.e, no call). "%TEMP_BAT%" ``` I noticed some minor strange problems...

I did some further modifications to the batch script. Mainly because I'm regularly seeing errors like (freely translated): ``Path "C:\Users\Gregor\AppData\Local\Temp\jabba_.bat" can't be accessed because it is used by another process.``...