Skip to content

Commit c01b757

Browse files
committed
Added force flag to remove command
1 parent 163cf04 commit c01b757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StandaloneChromeDebug/clear_x_locks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ file="/tmp/.X??-lock"
55
echo "Looking for lock file: $file"
66
if [ -f $file ] ; then
77
echo "Lock file: $file FOUND"
8-
rm $file
8+
rm -f $file
99
echo "Lock file: $file REMOVED"
1010
fi

0 commit comments

Comments
 (0)