# HG changeset patch # User Xander Ziiryanoff # Date 1468708070 0 # Node ID 9bdeef96ca28da5437f4b017e937846c8a7460b2 # Parent 7939f62764c4a66fce227d5af2cfae1a1752467f fix "cook setup --wok" as first command in live mode diff -r 7939f62764c4 -r 9bdeef96ca28 cook --- a/cook Wed Jul 13 15:36:57 2016 +0200 +++ b/cook Sat Jul 16 22:27:50 2016 +0000 @@ -1333,6 +1333,7 @@ check_root _ 'Cook: setup environment' | log title 'Setting up your environment' + [ -d $SLITAZ ] || mkdir -p $SLITAZ cd $SLITAZ init_db_files _ 'Checking for packages to install...'