fix symlink checker

This commit is contained in:
Ben Harris 2018-07-22 11:38:15 -04:00
parent 10bba2dfbb
commit da18f2881a
Signed by: ben
GPG Key ID: 4E0AF802FFF7960C
1 changed files with 1 additions and 1 deletions

2
bb.sh
View File

@ -935,7 +935,7 @@ make_gophermap() {
mkdir "${HOME}/public_gopher"
fi
if [ ! -L "${HOME}/public_gopher" ]; then
if [ ! -L "${HOME}/public_gopher/blog" ]; then
ln -s "${HOME}/public_html/blog/" "${HOME}/public_gopher/blog"
fi