]> gitweb.pimeys.fr Git - scripts-20-100.git/blobdiff - ftp/recreate_links.sh
[ftp] Deeper symbolic links
[scripts-20-100.git] / 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 {} \;