source: projects/update-watch/tags/2.0.0/update-watch-cleanup @ 3774

Revision 3774, 150 bytes checked in by kazutaka, 13 years ago (diff)

tags/1.xからインポート

  • Property svn:executable set to *
Line 
1#!/bin/bash
2
3# Remove trigger file when system is going reboot of halt
4
5if  [ -e /var/run/reboot-required ]; then
6    rm /var/run/reboot-required
7fi
8
Note: See TracBrowser for help on using the repository browser.