Contract directory permission fix. (#42)

This commit is contained in:
Savinda Senevirathne
2021-07-29 15:59:40 +05:30
committed by GitHub
parent 8ba64058f8
commit 4ed4e45ef1
4 changed files with 4 additions and 5 deletions

View File

@@ -3,7 +3,6 @@
namespace util
{
constexpr mode_t DIR_PERMS = 0755;
constexpr const char *RUN_SH = "chmod +x %s && sudo bash %s %s"; // Enable execute permission before running in case bash script does not have the permission.
const std::string to_hex(const std::string_view bin)