Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
change gtar to tar
Browse files Browse the repository at this point in the history
  • Loading branch information
netgc authored Dec 2, 2020
1 parent a7453fc commit abad14f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esxi-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@

TIMESTAMP = '{:%Y%m%d%H%M.%S}'.format(datetime.datetime.now())
TOUCH = 'touch -t ' + TIMESTAMP
GTARUNLOCKER = '/usr/local/bin/gtar czvf unlocker.tgz etc'
GTARDISTRIB = '/usr/local/bin/gtar czvf ' + FILENAME + \
GTARUNLOCKER = 'tar czvf unlocker.tgz etc'
GTARDISTRIB = 'tar czvf ' + FILENAME + \
' unlocker.tgz esxi-install.sh esxi-uninstall.sh esxi-smctest.sh readme.txt'


Expand Down

0 comments on commit abad14f

Please sign in to comment.