aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--UniversalVesAdapter/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/UniversalVesAdapter/pom.xml b/UniversalVesAdapter/pom.xml
index 927df71..f768f57 100644
--- a/UniversalVesAdapter/pom.xml
+++ b/UniversalVesAdapter/pom.xml
@@ -335,7 +335,7 @@
</resource>
</resources>
<runs>
- <run>chmod a+x bin/run.sh</run>
+ <run>sudo chmod a+rx bin/run.sh</run>
<run>
<![CDATA[apk update && apk add curl && apk add --no-cache openjdk11 && apk add vim]]>
</run>