diff options
Diffstat (limited to 'components/bootstrap_hooks')
-rwxr-xr-x | components/bootstrap_hooks | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/bootstrap_hooks b/components/bootstrap_hooks index 57b0e71f9..f74ecbcee 100755 --- a/components/bootstrap_hooks +++ b/components/bootstrap_hooks @@ -41,7 +41,7 @@ def main(): # --verbose verbose = args.verbose - ## Executing hooks + ## Calling bootstrap hooks # stagefile if os.path.isfile('.build/bootstrap_hooks'): @@ -99,7 +99,7 @@ def main(): os.rmdir('chroot/live-build/config') os.rmdir('chroot/live-build') - ## stagefile + # stagefile os.makedirs('.build', exist_ok=True) open('.build/bootstrap_hooks', 'w').close() |