Bläddra i källkod

minor rewording

Daniel Gibbs 2 år sedan
förälder
incheckning
a4a85cfd0a
3 ändrade filer med 2 tillägg och 3 borttagningar
  1. 0 1
      lgsm/modules/command_install.sh
  2. 1 1
      lgsm/modules/fix_vh.sh
  3. 1 1
      lgsm/modules/info_distro.sh

+ 0 - 1
lgsm/modules/command_install.sh

@@ -48,6 +48,5 @@ else
 	fix.sh
 	install_stats.sh
 	install_complete.sh
-
 fi
 core_exit.sh

+ 1 - 1
lgsm/modules/fix_vh.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]}")")"
 

+ 1 - 1
lgsm/modules/info_distro.sh

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