From 4981393ce21ce58b5bc73c91d24629e9e7759817 Mon Sep 17 00:00:00 2001 From: ur name Date: Wed, 30 Dec 2020 14:42:06 +0000 Subject: [PATCH] change the shebang and adds the usual description of the file --- lgsm/functions/command_install_init.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lgsm/functions/command_install_init.sh b/lgsm/functions/command_install_init.sh index a185b3734..52d3b1d02 100755 --- a/lgsm/functions/command_install_init.sh +++ b/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" commandaction="systemd service file" functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"