ship gophermap link was backwards

This commit is contained in:
James Tomasino 2018-11-27 21:50:17 -05:00
parent 8522e8ad13
commit 46be5e5c28
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if [ "$run_user" -eq 0 ]; then
chown -R "${n}" "$path"
# create ship listings dir and link to ship gophermap
mkdir "/var/gopher/ships/${s}"
ln -s "/var/gopher/ships/${s}/gophermap" "/var/gopher/ships/ship/gophermap"
ln -s "/var/gopher/ships/ship/gophermap" "/var/gopher/ships/${s}/gophermap"
# create a symlink in user's home dir for easy access
mkdir -p "/home/${n}/ships"
ln -s "$path" "/home/${n}/ships/${s}"