Return values
This commit is contained in:
parent
57f420e0e0
commit
1a9bdcf666
@ -235,8 +235,11 @@ root = /
|
|||||||
options = "metadata"
|
options = "metadata"
|
||||||
EOF
|
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/..."
|
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() {
|
initialize() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user