Update package version to 0.4.0
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Rename 'enabled_services' file to 'enabled-services.yml'
|
||||
if [ `bpm vercmp "$BPM_PKG_OLD_VERSION" 0.3.3` -le 0 ]; then
|
||||
if [ -f /etc/esvm/enabled_services ]; then
|
||||
mv /etc/esvm/enabled_services /etc/esvm/enabled-services.yml
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user