Revision f53b70facb261b1b00665aa63e650cefce3df62b authored by Piotr Tabor on 28 April 2021, 23:03:36 UTC, committed by Piotr Tabor on 29 April 2021, 09:51:25 UTC
In case of failed verification, the server used to keep opened backend
(so the file was locked on OS level).
1 parent 2ad893b
Raw File
build
#!/usr/bin/env bash

echo -e "\\e[91mDEPRECATED!!! Use build.sh script instead.\\e[0m\\n"
sleep 1

source ./build.sh
back to top