Apex: fix permissions on deploy 23/40323/1
authorTim Rozet <trozet@redhat.com>
Sun, 27 Aug 2017 18:48:41 +0000 (14:48 -0400)
committerTim Rozet <trozet@redhat.com>
Sun, 27 Aug 2017 18:48:41 +0000 (14:48 -0400)
Change-Id: I36066bf003b1504524a5b8143cceef7829b23ca8
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/apex/apex-deploy.sh

index aa032c3..4244f44 100755 (executable)
@@ -57,7 +57,7 @@ else
   IMAGES=$RESOURCES
   LIB="/var/opt/opnfv/lib"
   sudo mkdir -p /var/log/apex
-  chmod 777 /var/log/apex
+  sudo chmod 777 /var/log/apex
   cd /var/log/apex
 fi