summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoshi Aman <adelie@aerdan.vulpine.house>2020-01-08 23:36:01 -0500
committerKiyoshi Aman <adelie@aerdan.vulpine.house>2020-01-08 23:36:01 -0500
commite1fa03a265854a30b852ef02e21d216f867147b9 (patch)
treea8ff5f290326d1571d8879f4fc57ef9a2e6b9a73
parentdbc940188ef1339d65e3333da3611f90ca5c41db (diff)
downloadpackages-e1fa03a265854a30b852ef02e21d216f867147b9.tar.gz
packages-e1fa03a265854a30b852ef02e21d216f867147b9.tar.bz2
packages-e1fa03a265854a30b852ef02e21d216f867147b9.tar.xz
packages-e1fa03a265854a30b852ef02e21d216f867147b9.zip
user/prosody: fix init script
-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 $?
}