Skip to content

Commit 6408879

Browse files
authored
Bug in Script
1 parent eccbf77 commit 6408879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/experimental_6-3_w_8-2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ -e "$file" ]; then
1313
echo "Do not run this script multiple times!"
1414
exit 1
1515
else
16-
sudo echo "VALID" >> $file
16+
echo 'VALID' | sudo tee $file
1717
fi
1818

1919
echo 'Making necessary backups...'

0 commit comments

Comments
 (0)