Skip to content

Commit

Permalink
install_symlink: Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Nov 17, 2020
1 parent 19691c1 commit b679c3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ function install_cron()

function install_symlink()
{
if [ "$(readlink "$2")" != "$1" ]; then
ln -sfv "$1" "$2"
fi
register_installed_file "$2"
if [ "$(readlink "$2")" != "$1" ]; then
ln -sfv "$1" "$2"
fi
register_installed_file "$2"
}

function postinstall()
Expand Down

0 comments on commit b679c3e

Please sign in to comment.