smeserver-userpanel/root/etc/e-smith/events/actions/conf-linktotranslations

9 lines
273 B
Bash

#!/bin/bash
trad=`/usr/bin/ls /etc/e-smith/locale/`
for lang in $trad
do
/bin/mkdir -p /etc/e-smith/locale/$lang/etc/e-smith/web/panels/user
/bin/ln -sf /etc/e-smith/locale/$lang/etc/e-smith/web/functions /etc/e-smith/locale/$lang/etc/e-smith/web/panels/user/cgi-bin
done