From d431398bd8f268616d4db276bb3d8f7eab19c6a4 Mon Sep 17 00:00:00 2001 From: gashapwn Date: Mon, 30 Nov 2020 06:00:58 +0000 Subject: [PATCH] fsckfsckfsckfsckfsck --- perl-script/provision.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-script/provision.pl b/perl-script/provision.pl index 6eeea2f..ba6082d 100644 --- a/perl-script/provision.pl +++ b/perl-script/provision.pl @@ -74,7 +74,7 @@ system("su $SVC_ACCT -c '. ./venv/bin/activate && pip3 install -r requirements.t system("cp ./perl-script/conf/lingyin.rc /etc/rc.d/lingyind"); system("chmod 755 /etc/rc.d/lingyind"); system("rcctl enable lingyind"); -`rcctl start lingyind &`; +exec("rcctl start lingyind"); system("pkg_add p5-JSON");