Skip to content

Commit

Permalink
(#8) added chmod on .config for remmina
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffle committed Mar 25, 2020
1 parent 9475e53 commit ab3d16f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion s2i/bin/assemble
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
echo "---> Copy test suite from repo"
rm -rf $HOME/demo_testcase
cp -fr /tmp/src/* ${SAKULI_TEST_SUITE}
chmod -R g+rwx ${SAKULI_TEST_SUITE}/*
chmod -R g+rwx ${SAKULI_TEST_SUITE}/*
chmod -R g+rwx /headless/.config

0 comments on commit ab3d16f

Please sign in to comment.