mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2025-01-08 12:07:37 +08:00
minor rewording
This commit is contained in:
parent
272b500806
commit
a4a85cfd0a
@ -48,6 +48,5 @@ else
|
||||
fix.sh
|
||||
install_stats.sh
|
||||
install_complete.sh
|
||||
|
||||
fi
|
||||
core_exit.sh
|
||||
|
@ -2,7 +2,7 @@
|
||||
# LinuxGSM fix_rust.sh module
|
||||
# Author: Alasdair Haig
|
||||
# Website: https://linuxgsm.com
|
||||
# Description: Resolves issues with Valheim,
|
||||
# Description: Resolves issues with Valheim.
|
||||
|
||||
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
|
||||
|
||||
|
@ -73,7 +73,7 @@ for distro_info in "${distro_info_array[@]}"; do
|
||||
fi
|
||||
done
|
||||
|
||||
# Get virtual environment
|
||||
# Get virtual environment type.
|
||||
if [ "$(command -v systemd-detect-virt 2> /dev/null)" ]; then
|
||||
virtualenvironment="$(systemd-detect-virt)"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user