remove extra space

This commit is contained in:
James Barnett 2016-04-22 21:55:38 -05:00
parent b96cd99707
commit 4fcff3de03
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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