Skip to content

Commit 684a772

Browse files
committed
Overwrite config file during setup.
1 parent 0f727fc commit 684a772

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
pass
3636
os.chown(directory, user_id, group_id)
3737

38+
# Touch config file so it overwrites older versions
39+
os.utime('scripts/config.sh', None)
40+
3841
setup(name = 'myDevices',
3942
version = __version__,
4043
author = 'myDevices',

0 commit comments

Comments
 (0)