diff options
Diffstat (limited to 'package/pacemaker')
-rw-r--r-- | package/pacemaker/files/pacemaker.postinst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/pacemaker/files/pacemaker.postinst b/package/pacemaker/files/pacemaker.postinst index acda216de..008dd3320 100644 --- a/package/pacemaker/files/pacemaker.postinst +++ b/package/pacemaker/files/pacemaker.postinst @@ -1,6 +1,5 @@ #!/bin/sh . $IPKG_INSTROOT/etc/functions.sh - gid=$(get_next_gid) gid2=$(get_next_gid) add_user hacluster $(get_next_uid) $gid /tmp |