We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a9cad commit af34dacCopy full SHA for af34dac
debian/packetfence.postinst
@@ -50,7 +50,7 @@ case "$1" in
50
rm $PACKETFENCE/db/pf-schema.sql
51
fi
52
cd $PACKETFENCE/db
53
- VERSIONSQL=$(ls pf-schema-* |sort -r | head -1)
+ VERSIONSQL=$(ls pf-schema-* |sort --version-sort -r | head -1)
54
ln -f -s $VERSIONSQL ./pf-schema.sql
55
56
#Check if log files exist and create them with the correct owner
0 commit comments