Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
open-osd: up-pan: Shut up the ln -s complains
Second link attempt would fail. Make sure ln does the right thing
by adding the -h flag (? RTFM)

NOTE: On FreeBSD the flag is -h on Linux its -T go figure

Boaz
  • Loading branch information
Boaz Harrosh committed Nov 4, 2011
1 parent 7532f6b commit 99af330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion up-pan
Expand Up @@ -49,7 +49,7 @@ endsw

# On Panasas-osd we must make sure that:
mkdir -p $BACKSTORE0/
ln -sf /pandata $BACKSTORE0/dfiles
ln -shf /pandata $BACKSTORE0/dfiles

echo "================ `date` =========================" >> $LOG

Expand Down

0 comments on commit 99af330

Please sign in to comment.