summaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2020-01-14 02:09:31 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2020-01-14 02:09:31 +0000
commit136a29f2c10617f4a376417c033d45ff9771c882 (patch)
tree2c857df6123a0ee2296e9fa1d6bd6ad0ce22ec7d /user
parent82955cf75cb2fe1bc7596d739dca4abd15b46318 (diff)
parente1fa03a265854a30b852ef02e21d216f867147b9 (diff)
downloadpackages-136a29f2c10617f4a376417c033d45ff9771c882.tar.gz
packages-136a29f2c10617f4a376417c033d45ff9771c882.tar.bz2
packages-136a29f2c10617f4a376417c033d45ff9771c882.tar.xz
packages-136a29f2c10617f4a376417c033d45ff9771c882.zip
Merge branch 'prosody.fix' into 'master'
user/prosody: fix init script See merge request adelie/packages!391
Diffstat (limited to 'user')
-rw-r--r--user/prosody/prosody.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/prosody/prosody.initd b/user/prosody/prosody.initd
index 1d835daca..c0557bd81 100644
--- a/user/prosody/prosody.initd
+++ b/user/prosody/prosody.initd
@@ -19,7 +19,7 @@ checkconfig() {
eerror "You need a /etc/prosody/prosody.cfg.lua file to run prosody"
return 1
fi
- luac5.2 -p /etc/prosody/prosody.cfg.lua
+ luac -p /etc/prosody/prosody.cfg.lua
return $?
}