initial commit of file from CVS for smeserver-userpanel on Sat Sep 7 21:12:39 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 21:12:39 +10:00
parent d369a6eb72
commit 537335bf32
24 changed files with 3616 additions and 2 deletions

View 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