mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
chmod a=rw /usr/local/vesta/data/upgrades/show_changelog
This commit is contained in:
parent
2004fa9299
commit
c2a4f74496
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ if [ ! -d "/usr/local/vesta/data/upgrades" ]; then
|
|||
fi
|
||||
|
||||
# show changelog after update
|
||||
touch /usr/local/vesta/data/upgrades/show_changelog
|
||||
echo "1" > /usr/local/vesta/data/upgrades/show_changelog
|
||||
chmod a=rw /usr/local/vesta/data/upgrades/show_changelog
|
||||
|
||||
if [ ! -f "/usr/local/vesta/data/upgrades/tune-fpm-config-files-v1" ]; then
|
||||
touch /usr/local/vesta/data/upgrades/tune-fpm-config-files-v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue