Skip to content

Commit 4c00dc1

Browse files
committed
Fix script path
1 parent ea7d774 commit 4c00dc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shutter/scripts/run_configure.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
if [[ SHUTTER_PUSH_LOGS_ENABLED=true ]];
55
then
6-
./configure.sh | rotatelogs -n 1 -e -c /tmp/configure.log 5M
6+
configure.sh | rotatelogs -n 1 -e -c /tmp/configure.log 5M
77
else
8-
./configure.sh
8+
configure.sh
99
fi

0 commit comments

Comments
 (0)