/useful/trunk-1

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/useful/trunk-1

« back to all changes in this revision

Viewing changes to scripts/do-offline-updates.sh

  • Committer: Gustav Hartvigsson
  • Date: 2024-07-21 15:58:37 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20240721155837-pk0qf8upbgjq216y
[do-offline-updates.sh] Woops.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
}
70
70
 
71
71
function __reboot () {
72
 
  eval __REBOOT_COMMAND
 
72
  eval $__REBOOT_COMMAND
73
73
}
74
74
 
75
75
function __parse_args () {