Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix security issues in v-add-web-domain-redirect + Sync up main with …
…release (#2814) * Fix v-add-web-domain-redirect * Remove sudo permission admin group on new setups We delete the group before install anyway * Block "sudo" from * Add missing slash * Update changelog * Update versions
- Loading branch information
1 parent
f975eab
commit b178b97
Showing
8 changed files
with
58 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#!/bin/bash | ||
|
||
# Hestia Control Panel upgrade script for target version 1.6.7 | ||
|
||
####################################################################################### | ||
####### Place additional commands below. ####### | ||
####################################################################################### | ||
####### Pass through information to the end user in case of a issue or problem ####### | ||
####### ####### | ||
####### Use add_upgrade_message "My message here" to include a message ####### | ||
####### in the upgrade notification email. Example: ####### | ||
####### ####### | ||
####### add_upgrade_message "My message here" ####### | ||
####### ####### | ||
####### You can use \n within the string to create new lines. ####### | ||
####################################################################################### | ||
|
||
upgrade_config_set_value 'UPGRADE_UPDATE_WEB_TEMPLATES' 'no' | ||
upgrade_config_set_value 'UPGRADE_UPDATE_DNS_TEMPLATES' 'no' | ||
upgrade_config_set_value 'UPGRADE_UPDATE_MAIL_TEMPLATES' 'no' | ||
upgrade_config_set_value 'UPGRADE_REBUILD_USERS' 'no' | ||
upgrade_config_set_value 'UPGRADE_UPDATE_FILEMANAGER_CONFIG' 'false' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters