summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/data/opt/openslx/vmchooser/data/linux
diff options
context:
space:
mode:
authorChristian Rößler2021-04-26 15:41:04 +0200
committerChristian Rößler2021-04-26 15:41:04 +0200
commit2f8eab42bc5e11a0b2d1c5f003d238046f0ede2b (patch)
tree675a1f8ed25aa54f12c65ebf6966663e7fc3cb5a /core/modules/run-virt/data/opt/openslx/vmchooser/data/linux
parent[run-virt] Linux scripts: webdav-mount (diff)
downloadmltk-2f8eab42bc5e11a0b2d1c5f003d238046f0ede2b.tar.gz
mltk-2f8eab42bc5e11a0b2d1c5f003d238046f0ede2b.tar.xz
mltk-2f8eab42bc5e11a0b2d1c5f003d238046f0ede2b.zip
[run-virt] If share not mountable cifs/davfs notice given to user
Diffstat (limited to 'core/modules/run-virt/data/opt/openslx/vmchooser/data/linux')
-rwxr-xr-xcore/modules/run-virt/data/opt/openslx/vmchooser/data/linux/includes/10_functions.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/run-virt/data/opt/openslx/vmchooser/data/linux/includes/10_functions.inc b/core/modules/run-virt/data/opt/openslx/vmchooser/data/linux/includes/10_functions.inc
index 23ef0246..c7db1971 100755
--- a/core/modules/run-virt/data/opt/openslx/vmchooser/data/linux/includes/10_functions.inc
+++ b/core/modules/run-virt/data/opt/openslx/vmchooser/data/linux/includes/10_functions.inc
@@ -116,7 +116,7 @@ function mount_share()
ERR=$? # ERR merken wg. Links aus USERSHAREDIR
if [ "$ERR" -eq 1 ]; then
logger "openslx sharemapper: Could not mount ${USERSHAREDIR} even using user credentials; giving up."
- echo "Konnte Laufwerk ${SHAREPATH} nicht einhängen." >> "$USERLOGFILE"
+ echo "Konnte Laufwerk ${SHAREPATH} nicht einhängen. mount.cifs / mount.davfs installiert?" >> "$USERLOGFILE"
fi
unset USER
unset PASSWD