openoms
|
1b85646f7b
|
remove all trailing white spaces
used:
find . -type f -name '*.txt' -exec /
sed --in-place 's/[[:space:]]\+$//' {} \+
|
2022-03-06 13:41:40 +00:00 |
|
openoms
|
59f6d49a0f
|
use trap to ensure tempfiles are deleted on exit
|
2021-09-02 12:01:58 +01:00 |
|
openoms
|
8449240919
|
make all temporary files in RAM
mktemp -p /dev/shm/
fixes: https://github.com/openoms/joininbox/issues/16
|
2021-03-04 14:10:10 +00:00 |
|
openoms
|
91728dcfdc
|
format password change dialog
|
2021-02-15 09:00:14 +00:00 |
|
openoms
|
d0a0e7617f
|
refactor first start process
|
2021-02-13 12:59:43 +00:00 |
|
openoms
|
da335267c9
|
set.password: format dialogs
|
2021-02-11 23:10:34 +00:00 |
|
openoms
|
beafd811c0
|
set:password: format dialog
|
2021-01-05 01:58:59 +00:00 |
|
openoms
|
c366ab2750
|
set.password: apply colors to dialog
|
2020-10-28 16:40:50 +00:00 |
|
openoms
|
5939cf9c48
|
set.password.sh: always needs sudo access
|
2020-09-30 10:50:19 +01:00 |
|
openoms
|
5368e3a512
|
start.joininbox.sh to start on every login (replaces startup.sh)
|
2020-09-21 12:00:07 +01:00 |
|
openoms
|
88cda23d85
|
wait for key before returning to menu on error
code quality improvements:
add double quotes to prevent word splitting
fix useless echo and cat
|
2020-09-09 09:50:47 +01:00 |
|
openoms
|
21cc8f46c9
|
formatting
|
2020-06-21 11:33:57 +01:00 |
|
openoms
|
3b73321df6
|
build: only change password for pi if present
|
2020-06-20 16:24:28 +01:00 |
|
openoms
|
b043645753
|
set.password: change password for pi
|
2020-06-20 16:00:18 +01:00 |
|
openoms
|
37a5b480a1
|
update files with +x
|
2020-06-15 15:38:38 +01:00 |
|
openoms
|
2d9514023b
|
change user to 'joinmarket'
|
2020-03-18 11:01:32 +00:00 |
|
openoms
|
4026c31778
|
rename files en masse
|
2020-02-17 10:51:04 +00:00 |
|