initial commit of file from CVS for smeserver-userpanel on Sat Sep 7 21:12:39 AEST 2024
This commit is contained in:
8
root/etc/e-smith/events/actions/conf-linktotranslations
Normal file
8
root/etc/e-smith/events/actions/conf-linktotranslations
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/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
|
||||
|
Reference in New Issue
Block a user