Skip to content

Commit 8ffe6da

Browse files
committed
debs/
1 parent c8bfdfc commit 8ffe6da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

debs/publish.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ fi
1919

2020
if [[ -n "$DEBS" ]]; then
2121
DEBS="$(dirname $(dirname $(echo ${DEBS} | cut -d' ' -f1)))"
22-
echo "DEBS: $DEBS"
23-
ls -alh $DEBS
2422
fi
2523

2624
_aptly () {
@@ -46,6 +44,7 @@ create_dirs () {
4644

4745
unpack_debs () {
4846
if [[ -d "$DEBS" ]]; then
47+
DEBS_ROOT=$DEBS
4948
return 0
5049
elif [[ -s "$DEBS" ]]; then
5150
tar xf "$DEBS" -C "$DEBS_ROOT"

0 commit comments

Comments
 (0)