Modify the location of the output

pull/1/head
Dct Mei 2020-04-11 22:52:15 +08:00
parent 5572d2bae8
commit e6d16bc69d
No known key found for this signature in database
GPG Key ID: 50BF8B712DCAD7EA
1 changed files with 2 additions and 2 deletions

View File

@ -521,6 +521,8 @@ main() {
echo 'installed: /etc/systemd/system/v2ray.service'
echo 'installed: /etc/systemd/system/v2ray@.service'
fi
rm -r "$TMP_DIRECTORY"
echo "removed: $TMP_DIRECTORY"
echo "You may need to execute a command to remove dependent software: $PACKAGE_MANAGEMENT_REMOVE curl unzip"
if [[ "$V2RAY_RUNNING" -eq '1' ]]; then
startV2Ray
@ -530,8 +532,6 @@ main() {
if [[ "$LOCAL_INSTALL" -eq '1' ]]; then
getVersion
fi
rm -r "$TMP_DIRECTORY"
echo "removed: $TMP_DIRECTORY"
echo "info: V2Ray $RELEASE_VERSION is installed."
}