Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Oct 13, 2024
1 parent 3bcec2f commit 685971d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/seagl-refresh-config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi
# TODO figure out how to script age's password input, then cache the password here
curl https://seagl.org/av-linux/production.json.age > /var/lib/seagl/config-data.json.age
echo Decrypting laptop configuration data - you will be prompted for the password
while ! age --decrypt /var/lib/seagl/config-data.json.age > /var/lib/seagl/config-data.json; do
while ! age --decrypt /var/lib/seagl/config-data.json.age > /var/lib/seagl/config-data.json.new; do
true
done

Expand Down

0 comments on commit 685971d

Please sign in to comment.