Return values

This commit is contained in:
Arnie 2018-08-22 08:51:46 +02:00
parent 57f420e0e0
commit 1a9bdcf666

View File

@ -235,8 +235,11 @@ root = /
options = "metadata"
EOF
[[ $? -ne 0 ]] && return 137
echo "Please restart your computer, after the restart the volumes will be mounted in /c/, /d/, etc. instead of /mnt/c/, /mnt/d/..."
return 0
}
initialize() {