mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 07:10:12 +01:00
postinstall fix
This commit is contained in:
parent
9a23429cf6
commit
ae054320d6
@ -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
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
usage() {
|
||||
echo "usage: $0 <username> <group> <sysconfdir> <localstatedir>";
|
||||
echo "usage: $0 <username> <group> <sysconfdir> <localstatedir> <libexecdir>";
|
||||
exit 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user