Changeset 2357 in ProjectBuilder
- Timestamp:
- Feb 18, 2019, 6:33:15 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r2350 r2357 2842 2842 } else { 2843 2843 print DOCKER "RUN sed -i '/requiretty/d' /etc/sudoers\n" if ($pbstep == 1); 2844 # Bug in at least Fedora 23 where the dir wasn't owned correctly - doesn't hurt anyway 2845 print DOCKER "RUN chown root:root /etc\n" if ($pbstep == 1); 2846 print DOCKER "RUN chmod 755 /etc\n" if ($pbstep == 1); 2844 2847 } 2845 2848 }
Note:
See TracChangeset
for help on using the changeset viewer.