remove extra space
This commit is contained in:
parent
b96cd99707
commit
4fcff3de03
2 changed files with 0 additions and 2 deletions
|
|
@ -17,7 +17,6 @@
|
||||||
# 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.
|
||||||
|
|
||||||
|
|
||||||
PACMAN_CMD=$(ps -C pacman -o args=)
|
PACMAN_CMD=$(ps -C pacman -o args=)
|
||||||
PREFILE=/etc/snapper/.snap-pac-pre
|
PREFILE=/etc/snapper/.snap-pac-pre
|
||||||
if [ -f $PREFILE ]; then
|
if [ -f $PREFILE ]; then
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,5 @@
|
||||||
# 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.
|
||||||
|
|
||||||
|
|
||||||
PACMAN_CMD=$(ps -C pacman -o args=)
|
PACMAN_CMD=$(ps -C pacman -o args=)
|
||||||
snapper --config root create --type pre --cleanup-algorithm number --print-number --description "$PACMAN_CMD" > /etc/snapper/.snap-pac-pre
|
snapper --config root create --type pre --cleanup-algorithm number --print-number --description "$PACMAN_CMD" > /etc/snapper/.snap-pac-pre
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue