~xnox/debian-cd/disco-colours

« back to all changes in this revision

Viewing changes to tools/add_live_filesystem

  • Committer: Adam Conrad
  • Date: 2018-06-27 07:51:47 UTC
  • Revision ID: adconrad@0c3.net-20180627075147-guwnztosohw0fe9k
Fix typo in previous commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
                if [ -e conf/uuid.conf ]; then
93
93
                        mkdir -p "$BDIR/CD1/.disk"
94
94
                        mv conf/uuid.conf "$BDIR/CD1/.disk/casper-uuid-${path#$BDIR/CD1/casper/filesystem.initrd-}"
95
 
                elif [ -e main/conf/uuid.conf ]
 
95
                elif [ -e main/conf/uuid.conf ]; then
96
96
                        mkdir -p "$BDIR/CD1/.disk"
97
97
                        mv main/conf/uuid.conf "$BDIR/CD1/.disk/casper-uuid-${path#$BDIR/CD1/casper/filesystem.initrd-}"
98
98
                fi