Skip to content

Commit

Permalink
Fix bad values for symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
algorys committed Oct 12, 2016
1 parent 2a331a9 commit 2088899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/bin/alignakapp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [ -d "$APP_ROOT" ]; then
echo "The command is not yet created..."
if [ -f "$APP_BIN/$APP_NAME" ]; then
echo "Create command for alignakapp..."
ln -s "$USER_BIN/$APP_NAME" "$HOME/bin"
ln -s "$APP_BIN/$APP_NAME" "$HOME/bin"
echo -e "
#####################################################
# Now, command [alignakapp] is available. #
Expand Down

0 comments on commit 2088899

Please sign in to comment.