]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
[ftp] Deeper symbolic links
authorVincent Le Gallic <legallic@crans.org>
Mon, 18 Aug 2014 14:06:26 +0000 (16:06 +0200)
committerVincent Le Gallic <legallic@crans.org>
Mon, 18 Aug 2014 15:56:11 +0000 (17:56 +0200)
ftp/recreate_links.sh

index 54a1059847cd54a3bbe375af199a864c92826c44..55ec706b0a77cd51166916b6f9157c13fd853333 100755 (executable)
@@ -19,4 +19,4 @@ ln -s /media/Delta/Upload/
 
 # Les séries
 cd Séries
-find /media/{Zêta,Epsilon,Delta}/Séries -mindepth 1 -maxdepth 1 -type d -exec ln -s {} \;
+find /media/{Zêta,Epsilon,Delta}/Séries -mindepth 1 -maxdepth 1 \( -type d -or -type l \) -exec ln -s {} \;