Fix the omissions again

pull/1/head
Dct Mei 2020-03-24 23:50:30 +08:00
parent fd368bec01
commit 6ce5832fea
No known key found for this signature in database
GPG Key ID: 50BF8B712DCAD7EA
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ installStartupServiceFile() {
echo 'error: Failed to start service file download! Please check your network or try again.'
exit 1
fi
install -m 755 "${TMP_DIRECTORY}systemd/v2ray.service" /etc/systemd/system/v2ray.service
install -m 755 "${TMP_DIRECTORY}systemd/system/v2ray.service" /etc/systemd/system/v2ray.service
fi
}