Changeset ba05d61 in rattail-fabric2
- Timestamp:
- 07/25/2022 09:32:28 PM (6 months ago)
- Branches:
- master
- Children:
- 9877318
- Parents:
- 303f650
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rattail_fabric2/core.py
r303f650 rba05d61 274 274 name = local_path.split('/')[-1] 275 275 kwargs.setdefault('use_sudo', True) 276 kwargs.setdefault('mode', '0755') 276 277 self.deploy(c, local_path, '/etc/init.d/{}'.format(name), **kwargs) 277 278 if register:
Note: See TracChangeset
for help on using the changeset viewer.