code format bug

This commit is contained in:
6543
2018-05-07 02:56:46 +02:00
parent 1d392d7460
commit 26d0950665
19 changed files with 20 additions and 19 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
#remaster lib
[ -d "<LIBDIR>"] || { echo "LIBDIR not exist"; exit 1; }
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
####################################
##### Base Template D E B I A N ####
####################################

View File

@ -1,6 +1,6 @@
#!/bin/bash
#remaster lib
[ -d "<LIBDIR>"] || { echo "LIBDIR not exist"; exit 1; }
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
#desinfect.17
# . -Y ubuntu.16.04 -> ubuntu -> debian

View File

@ -1,6 +1,6 @@
#!/bin/bash
#remaster lib
[ -d "<LIBDIR>"] || { echo "LIBDIR not exist"; exit 1; }
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
####################################
##### Base Template U B U N T U ####

View File

@ -1,6 +1,6 @@
#!/bin/bash
#remaster lib
[ -d "<LIBDIR>"] || { echo "LIBDIR not exist"; exit 1; }
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
#ubuntu.16.04
# . -> ubuntu -> debian