utils: packages folder is now rules folder.
This commit is contained in:
parent
fc6b7d700a
commit
074e6518c3
@ -22,11 +22,11 @@
|
|||||||
|
|
||||||
if [ -f 'functions.bash' ]; then
|
if [ -f 'functions.bash' ]; then
|
||||||
DST='downloads'
|
DST='downloads'
|
||||||
PKGS='packages'
|
PKGS='rules'
|
||||||
source 'functions.bash'
|
source 'functions.bash'
|
||||||
elif [ -f '../functions.bash' ]; then
|
elif [ -f '../functions.bash' ]; then
|
||||||
DST='../downloads'
|
DST='../downloads'
|
||||||
PKGS='../packages'
|
PKGS='../rules'
|
||||||
source '../functions.bash'
|
source '../functions.bash'
|
||||||
else
|
else
|
||||||
echo "ERROR: unable to find functions.bash."
|
echo "ERROR: unable to find functions.bash."
|
||||||
|
@ -27,7 +27,7 @@ tar czf "$1/${backupsystem}_backup/${backupfile}" \
|
|||||||
architectures \
|
architectures \
|
||||||
scripts \
|
scripts \
|
||||||
product \
|
product \
|
||||||
packages \
|
rules \
|
||||||
systems
|
systems
|
||||||
|
|
||||||
echo "Done ... "
|
echo "Done ... "
|
||||||
|
Reference in New Issue
Block a user