postinstall fix

This commit is contained in:
SJ 2013-07-29 16:23:11 +02:00
parent 9a23429cf6
commit ae054320d6
2 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ clean_up_temp_stuff() {
load_default_values
if [ $# -ne 4 ]; then usage; fi
if [ $# -ne 5 ]; then usage; fi
PILERUSER=$1
PILERGROUP=$2

View File

@ -2,7 +2,7 @@
usage() {
echo "usage: $0 <username> <group> <sysconfdir> <localstatedir>";
echo "usage: $0 <username> <group> <sysconfdir> <localstatedir> <libexecdir>";
exit 1;
}