Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/mos-panel-desktop/commit/5f11feec46c84c6758e0c3d9011a4e1770861b97?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Bugfix ksvg

master
Artem Proskurnev 3 years ago
parent 891db0ebb7
commit 5f11feec46
  1. 3
      kometa-std-desktop-1.0/brandicons.filetrigger

@ -15,7 +15,6 @@ do
d=$(dirname $i)
suff=$(echo $f | egrep -o "(png|svg)")
f=$(echo $f | egrep -o "(altlinux|basealt)")
# k=$d/kometa.$suff
kpng=$d/kometa.png
ksvg=$d/kometa.svg
if [ -e $kpng ]
@ -24,6 +23,6 @@ do
fi
if [ -e $ksvg ]
then
cp -f $kpng $d/$f.svg
cp -f $ksvg $d/$f.svg
fi
done
Loading…
Cancel
Save