mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-26 16:28:28 +00:00
Merge pull request #208 from klightspeed/1.4-dev#fixinstall3
Fix typo in install script
This commit is contained in:
commit
114f38d5e2
@ -192,7 +192,7 @@ else
|
|||||||
if [ -f /lib/lsb/init-functions ]; then
|
if [ -f /lib/lsb/init-functions ]; then
|
||||||
# on debian 8, sysvinit and systemd are present. If systemd is available we use it instead of sysvinit
|
# on debian 8, sysvinit and systemd are present. If systemd is available we use it instead of sysvinit
|
||||||
if [ -f /etc/systemd/system.conf ]; then # used by systemd
|
if [ -f /etc/systemd/system.conf ]; then # used by systemd
|
||||||
mkdir -p "${INSTALL_ROOT}${LIBEXECDIRPREFIX}"
|
mkdir -p "${INSTALL_ROOT}${LIBEXECDIR}"
|
||||||
cp lsb/arkdaemon "${INSTALL_ROOT}${LIBEXECDIR}/arkmanager.init"
|
cp lsb/arkdaemon "${INSTALL_ROOT}${LIBEXECDIR}/arkmanager.init"
|
||||||
chmod +x "${INSTALL_ROOT}${LIBEXECDIR}/arkmanager.init"
|
chmod +x "${INSTALL_ROOT}${LIBEXECDIR}/arkmanager.init"
|
||||||
cp systemd/arkdeamon.service "${INSTALL_ROOT}/etc/systemd/system/arkmanager.service"
|
cp systemd/arkdeamon.service "${INSTALL_ROOT}/etc/systemd/system/arkmanager.service"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user