updated TODO

This commit is contained in:
tastytea 2015-06-05 19:10:43 +02:00
parent b13bf72db2
commit 9ad78bef50
2 changed files with 5 additions and 5 deletions

8
TODO
View File

@ -1,6 +1,6 @@
* SysV-style init scripts * SysV-style init scripts (done)
* Systemd init script * Systemd init script (done)
* Gentoo ebuild * Gentoo ebuild
* Debian package * Debian package (done)
* Ubuntu package * Ubuntu package
* recovery * recovery (done)

View File

@ -74,7 +74,7 @@ then
tar -xzpPvwf ${BACKUP_FILE} ${file} tar -xzpPvwf ${BACKUP_FILE} ${file}
done 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 read -r reboot
if [ ${reboot} == "reboot" ] if [ ${reboot} == "reboot" ]
then then