Change the default mount directory for runjessie to /mnt
This commit is contained in:
parent
60bd885c99
commit
c408bb5d74
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
USERNAME=`whoami`
|
||||
MOUNT_PATH="/home/$USERNAME"
|
||||
MOUNT_PATH="/mnt"
|
||||
CURRENT_DIRECTORY=`pwd -P` # untangle symbolic links if needed - SELinux needs the real path
|
||||
IMAGE="debian:jessie"
|
||||
|
||||
|
|
Loading…
Reference in a new issue