Fixed cleanup

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun 2017-03-03 20:52:00 +09:00
parent df360001d3
commit b5fb93e78a
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D

View File

@ -328,7 +328,7 @@ install(){
# Install cleanup
install_cleanup(){
cd ${cur_dir}
rm -rf manyuser.zip shadowsocks-manyuser libsodium-1.0.11.tar.gz libsodium-1.0.11
rm -rf manyuser.zip shadowsocksr-manyuser libsodium-1.0.11.tar.gz libsodium-1.0.11
}