We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 932092f + ca1cc40 commit 59a1a2cCopy full SHA for 59a1a2c
src/deb/hestia/postinst
@@ -18,7 +18,7 @@ fi
18
19
# Set new hestia version in conf file
20
if [ "$VERSION" != "$version" ]; then
21
- sed -I "s/VERSION='$VERSION'/VERSION='$version'/" /usr/local/hestia/conf/hestia.conf
+ sed -i "s/VERSION='$VERSION'/VERSION='$version'/g" /usr/local/hestia/conf/hestia.conf
22
fi
23
24
exit 0
src/deb/hestia/preinst
@@ -13,5 +13,5 @@ version=$(dpkg -l | awk '$2=="hestia" { print $3 }')
13
14
# Set hestia version if different.
15
16
17
0 commit comments