parent
b9f8687168
commit
7413d662de
1 changed files with 2 additions and 1 deletions
3
build.sh
3
build.sh
|
@ -22,4 +22,5 @@ if [ $(($num - 3)) -ge 1 ]; then
|
|||
rm -rf $(find . -mindepth 1 -maxdepth 1 -type d | sort | tail -n $(($num - 3)))
|
||||
fi
|
||||
|
||||
ln -sf $date /iso/latest
|
||||
# -r: relative symlink, requires coreutils 8.16+
|
||||
ln -sfr /iso/latest /iso/$date/$filename
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue