mirror of
https://github.com/wanderleihuttel/vchanger.git
synced 2025-12-23 11:56:19 +00:00
Import project from sourceforge.net
This commit is contained in:
12
scripts/vchanger-launch-mount.sh
Normal file
12
scripts/vchanger-launch-mount.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# vchanger-launch-mount.sh ( vchanger v.1.0.1 ) 2015-06-03
|
||||
#
|
||||
# This script is used to run the vchanger-mount-uuid.sh script in
|
||||
# another [background] process launched by the at command in order
|
||||
# to prevent delays when invoked by a udev rule.
|
||||
#
|
||||
VCHANGER_MOUNT=/usr/libexec/vchanger/vchanger-mount-uuid.sh
|
||||
{
|
||||
$VCHANGER_MOUNT $1
|
||||
} &
|
||||
Reference in New Issue
Block a user