updated TODO
This commit is contained in:
parent
b13bf72db2
commit
9ad78bef50
8
TODO
8
TODO
|
@ -1,6 +1,6 @@
|
|||
* SysV-style init scripts
|
||||
* Systemd init script
|
||||
* SysV-style init scripts (done)
|
||||
* Systemd init script (done)
|
||||
* Gentoo ebuild
|
||||
* Debian package
|
||||
* Debian package (done)
|
||||
* Ubuntu package
|
||||
* recovery
|
||||
* recovery (done)
|
|
@ -74,7 +74,7 @@ then
|
|||
tar -xzpPvwf ${BACKUP_FILE} ${file}
|
||||
done
|
||||
|
||||
echo "Type reboot to reboot now, otherwise you get a shell"
|
||||
echo -n "Type reboot to reboot now, otherwise you get a shell: "
|
||||
read -r reboot
|
||||
if [ ${reboot} == "reboot" ]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue
Block a user