Change the default mount directory for runjessie to /mnt

This commit is contained in:
Cyryl Płotnicki 2016-12-30 18:18:27 +00:00
parent 60bd885c99
commit c408bb5d74

View file

@ -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"