@@ -2,6 +2,10 @@ init() {
for dir in frontend backend out; do
if [ ! -d $dir ]; then
mkdir $dir
if [ $dir != "out" ]; then
echo Cloning $dir
git clone https://mhsl.eu/gitea/TheAdversary/$dir.git
fi
done
}
The note is not visible to the blocked user.