Browse Source

change the shebang and adds the usual description of the file

pull/3125/head
ur name 5 years ago
parent
commit
4981393ce2
  1. 6
      lgsm/functions/command_install_init.sh

6
lgsm/functions/command_install_init.sh

@ -1,4 +1,8 @@
#!/usr/bin/env bash #!/bin/bash
# LinuxGSM command_install_init.sh function
# Author: legendofmiracles
# Website: https://linuxgsm.com
# Description: Installs the service files for systemd in the correct place.
commandname="INITSYSTEM" commandname="INITSYSTEM"
commandaction="systemd service file" commandaction="systemd service file"
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"

Loading…
Cancel
Save