summaryrefslogtreecommitdiffstats
path: root/disk/pmount/FINAL
diff options
context:
space:
mode:
Diffstat (limited to 'disk/pmount/FINAL')
-rwxr-xr-xdisk/pmount/FINAL5
1 files changed, 5 insertions, 0 deletions
diff --git a/disk/pmount/FINAL b/disk/pmount/FINAL
new file mode 100755
index 0000000000..4fb2187783
--- /dev/null
+++ b/disk/pmount/FINAL
@@ -0,0 +1,5 @@
+if [[ ! -d "$INSTALL_ROOT/media" ]]; then
+ install -vd "$INSTALL_ROOT/media"
+fi &&
+
+message "\n${MESSAGE_COLOR}Don't forget to add the users allowed to pmount in plugdev group${DEFAULT_COLOR}\n"