update comment
This commit is contained in:
parent
5187adb9e5
commit
769673531a
1 changed files with 2 additions and 2 deletions
4
snap-pac
4
snap-pac
|
|
@ -18,7 +18,8 @@
|
||||||
# with this program; if not, write to the Free Software Foundation, Inc.,
|
# with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
# Main script. Is sourced by other scripts and functions are called
|
# Main script. Is sourced in hooks and functions are called.
|
||||||
|
# e.g.: bash -c ". snap-pac; pre"
|
||||||
|
|
||||||
if [ -f /etc/snap-pac.conf ]; then
|
if [ -f /etc/snap-pac.conf ]; then
|
||||||
source /etc/snap-pac.conf
|
source /etc/snap-pac.conf
|
||||||
|
|
@ -48,7 +49,6 @@ function post
|
||||||
echo "WARNING: $prefile_prefix"_"$x does not exist, so no post snapshot will be taken. If you are initially installing snap-pac, this is normal."
|
echo "WARNING: $prefile_prefix"_"$x does not exist, so no post snapshot will be taken. If you are initially installing snap-pac, this is normal."
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function clean
|
function clean
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue