mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
moved while true; do
This commit is contained in:
parent
6e7fa260b6
commit
8b499b744f
1 changed files with 2 additions and 3 deletions
5
dh
5
dh
|
@ -16,8 +16,6 @@ trap 'exit' SIGINT SIGTERM SIGQUIT
|
||||||
set -e
|
set -e
|
||||||
echo "$MSG_RUNNING"
|
echo "$MSG_RUNNING"
|
||||||
|
|
||||||
while true
|
|
||||||
do
|
|
||||||
function variables_set() {
|
function variables_set() {
|
||||||
# DEBUG mod
|
# DEBUG mod
|
||||||
#bash -x ./dh 2>&1 | tee output.log
|
#bash -x ./dh 2>&1 | tee output.log
|
||||||
|
@ -687,7 +685,8 @@ EOF
|
||||||
|
|
||||||
|
|
||||||
# run ------------------------------------------------------------------
|
# run ------------------------------------------------------------------
|
||||||
|
while true
|
||||||
|
do
|
||||||
variables_set
|
variables_set
|
||||||
|
|
||||||
if [[ $# -eq 0 ]]; then
|
if [[ $# -eq 0 ]]; then
|
||||||
|
|
Loading…
Reference in a new issue