Skip to content

Commit 23c4640

Browse files
committed
ready for new server
1 parent 0b662f3 commit 23c4640

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sys

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ exec_script() {
6262
# escaped path
6363
script=$(echo "$1" | sed 's/ /\\ /g')
6464

65+
echo "Installing $script..."
66+
6567
log="/tmp/progsys.log"
6668

6769
duration=$((60 * 60))
@@ -122,7 +124,6 @@ install_ecosystems() {
122124
ecos_key="${ecosystems[$flag_key]}"
123125

124126
if [ "$current_ecosystem" == "$ecos_key" ]; then
125-
echo $line
126127
install_ecosystem "$ecos_key" "$line"
127128
fi
128129
done

0 commit comments

Comments
 (0)