X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Fmklinks.sh;h=07c195710985bdfb66f3fcd4c6ecc98fbcbcbd0c;hb=3832ae64a2ed136e2103e33cccc6e796b5d35543;hp=2888a20faf5a28b21d266ae58f227d458630c6b6;hpb=6c2877981b05112539de7bb0c6aa4236bc292503;p=kivitendo-erp.git diff --git a/scripts/mklinks.sh b/scripts/mklinks.sh index 2888a20fa..07c195710 100755 --- a/scripts/mklinks.sh +++ b/scripts/mklinks.sh @@ -1,10 +1,14 @@ #!/bin/sh -for i in acctranscorrections amcvar amtemplates ap ar bankaccounts bp ca common cp ct datev dn do fu gl ic ir is licenses menujs menunew menu menuv3 menuv4 menuXML oe pe projects rc rp sepa todo ustva wh; do +for i in am dispatcher login; do + rm $i.pl 2> /dev/null + ln -s admin.pl $i.pl +done +for i in acctranscorrections amcvar amtemplates ap ar bankaccounts bp ca common cp ct datev dn do fu gl ic ir is menujs menunew menu menuv3 menuv4 menuXML oe pe projects rc rp sepa todo ustva wh vk; do rm $i.pl 2> /dev/null ln -s am.pl $i.pl done -rm admin.pl 2> /dev/null -ln -s login.pl admin.pl -rm generictranslations.pl 2> /dev/null +rm generictranslations.pl licenses.pl 2> /dev/null ln -s common.pl generictranslations.pl +rm dispatcher.fcgi 2> /dev/null +ln -s dispatcher.fpl dispatcher.fcgi