mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 05:14:08 -07:00
[root@home3 vesta]# v-add-letsencrypt-domain test test.com /usr/local/vesta/bin/v-add-letsencrypt-user: regel 60: xxd: command not found /usr/local/vesta/bin/v-add-letsencrypt-user: regel 64: xxd: command not found
This commit is contained in:
parent
32bd7f764f
commit
f8a5cddf3e
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ if [ $1 -ge 2 ]; then
|
||||||
if [ -e /usr/local/vesta/upd/fix_sessions.sh ]; then
|
if [ -e /usr/local/vesta/upd/fix_sessions.sh ]; then
|
||||||
/usr/local/vesta/upd/fix_sessions.sh
|
/usr/local/vesta/upd/fix_sessions.sh
|
||||||
fi
|
fi
|
||||||
|
xdd=$(which xxd)
|
||||||
|
if [ $? -gt 0 ]; then
|
||||||
|
yum install -y vim-common
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
%files
|
%files
|
||||||
%{_vestadir}
|
%{_vestadir}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue