Sfoglia il codice sorgente

Adding find to lowercase

clement 1 anno fa
parent
commit
66dd236cc6
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      jeux.lan.btz.alsace/mods.sh

+ 2 - 0
jeux.lan.btz.alsace/mods.sh

@@ -21,4 +21,6 @@ for id in $MODS_LIST ; do
        ln -s /srv/data/arma3/mods/$id volumes/mods/
 done
 
+find volumes/mods -L -depth -exec rename 's/(.*)\/([^\/]*)/$1\/\L$2/' {} \;
+
 docker compose start