mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
Contract directory permission fix. (#42)
This commit is contained in:
committed by
GitHub
parent
8ba64058f8
commit
4ed4e45ef1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user