summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common12
1 files changed, 8 insertions, 4 deletions
diff --git a/common b/common
index ea45273..ff9dad6 100644
--- a/common
+++ b/common
@@ -1,12 +1,16 @@
#!/hint/bash
-keys=(
- 'UID'
- 'EMAIL'
- 'FN'
+alpine_keys=(
'NICKNAME'
+ 'FN'
+ 'EMAIL'
'FCC'
'COMMENT'
+)
+
+keys=(
+ 'UID'
+ "${alpine_keys[@]}"
'REV'
)