mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
Corrected spelling mistakes
This commit is contained in:
parent
95aab70c3e
commit
9189ca9488
335 changed files with 408 additions and 408 deletions
|
@ -1,4 +1,4 @@
|
|||
# Fail2Ban filter for unsuccesfull Vesta authentication attempts
|
||||
# Fail2Ban filter for unsuccessful Vesta authentication attempts
|
||||
#
|
||||
|
||||
[INCLUDES]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Fail2Ban filter for unsuccesfull Vesta authentication attempts
|
||||
# Fail2Ban filter for unsuccessful Vesta authentication attempts
|
||||
#
|
||||
|
||||
[INCLUDES]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Fail2Ban filter for unsuccesfull Vesta authentication attempts
|
||||
# Fail2Ban filter for unsuccessful Vesta authentication attempts
|
||||
#
|
||||
|
||||
[INCLUDES]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Fail2Ban filter for unsuccesfull Vesta authentication attempts
|
||||
# Fail2Ban filter for unsuccessful Vesta authentication attempts
|
||||
#
|
||||
|
||||
[INCLUDES]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Fail2Ban filter for unsuccesfull Vesta authentication attempts
|
||||
# Fail2Ban filter for unsuccessful Vesta authentication attempts
|
||||
#
|
||||
|
||||
[INCLUDES]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Fail2Ban filter for unsuccesfull Vesta authentication attempts
|
||||
# Fail2Ban filter for unsuccessful Vesta authentication attempts
|
||||
#
|
||||
|
||||
[INCLUDES]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Fail2Ban filter for unsuccesfull Vesta authentication attempts
|
||||
# Fail2Ban filter for unsuccessful Vesta authentication attempts
|
||||
#
|
||||
|
||||
[INCLUDES]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Fail2Ban filter for unsuccesfull Vesta authentication attempts
|
||||
# Fail2Ban filter for unsuccessful Vesta authentication attempts
|
||||
#
|
||||
|
||||
[INCLUDES]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Fail2Ban filter for unsuccesfull Vesta authentication attempts
|
||||
# Fail2Ban filter for unsuccessful Vesta authentication attempts
|
||||
#
|
||||
|
||||
[INCLUDES]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Fail2Ban filter for unsuccesfull Vesta authentication attempts
|
||||
# Fail2Ban filter for unsuccessful Vesta authentication attempts
|
||||
#
|
||||
|
||||
[INCLUDES]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Fail2Ban filter for unsuccesfull Vesta authentication attempts
|
||||
# Fail2Ban filter for unsuccessful Vesta authentication attempts
|
||||
#
|
||||
|
||||
[INCLUDES]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Fail2Ban filter for unsuccesfull Vesta authentication attempts
|
||||
# Fail2Ban filter for unsuccessful Vesta authentication attempts
|
||||
#
|
||||
|
||||
[INCLUDES]
|
||||
|
|
|
@ -501,7 +501,7 @@ rm -rf /usr/local/vesta > /dev/null 2>&1
|
|||
|
||||
|
||||
#----------------------------------------------------------#
|
||||
# Package Exludes #
|
||||
# Package Excludes #
|
||||
#----------------------------------------------------------#
|
||||
|
||||
# Excluding packages
|
||||
|
@ -626,7 +626,7 @@ chmod 755 /usr/bin/rssh
|
|||
# Configure VESTA #
|
||||
#----------------------------------------------------------#
|
||||
|
||||
# Downlading sudo configuration
|
||||
# Downloading sudo configuration
|
||||
mkdir -p /etc/sudoers.d
|
||||
wget $vestacp/sudo/admin -O /etc/sudoers.d/admin
|
||||
chmod 440 /etc/sudoers.d/admin
|
||||
|
@ -642,7 +642,7 @@ source /root/.bash_profile
|
|||
# Configuring logrotate for vesta logs
|
||||
wget $vestacp/logrotate/vesta -O /etc/logrotate.d/vesta
|
||||
|
||||
# Buidling directory tree and creating some blank files for vesta
|
||||
# Building directory tree and creating some blank files for vesta
|
||||
mkdir -p $VESTA/conf $VESTA/log $VESTA/ssl $VESTA/data/ips \
|
||||
$VESTA/data/queue $VESTA/data/users $VESTA/data/firewall
|
||||
touch $VESTA/data/queue/backup.pipe $VESTA/data/queue/disk.pipe \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue