mirror of
https://github.com/3proxy/3proxy.git
synced 2026-09-21 12:19:57 +00:00
Correct make install and installation scripts for Linux
This commit is contained in:
parent
1af6e65fba
commit
775530e28e
6 changed files with 87 additions and 38 deletions
|
|
@ -225,6 +225,11 @@ BinInstall()
|
|||
local binlist
|
||||
local liblist
|
||||
|
||||
if [! -d bin]
|
||||
then
|
||||
mkdir bin
|
||||
fi
|
||||
|
||||
cd bin
|
||||
|
||||
binlist=`ls -l --time-style="+%d.%m.%Y %H:%m" | awk '$1 ~ /x$/ && $1 ~ /^[^d]/ && $8 !~ /\.so$/ { print $8 }'`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue