Skip to content

Commit

Permalink
BugFix: Remove quotes in config file for state_dir value.
Browse files Browse the repository at this point in the history
It creates strange directory /"
  • Loading branch information
anchalag committed Sep 23, 2020
1 parent 5707b7b commit d87d636
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ec2-hibinit-agent.spec
@@ -1,6 +1,6 @@
Name: ec2-hibinit-agent
Version: 1.0.1
Release: 2%{?dist}
Version: 1.0.2
Release: 3%{?dist}
Summary: Hibernation setup utility for AWS EC2

Group: System Environment/Daemons
Expand Down
2 changes: 1 addition & 1 deletion etc/hibinit-config.cfg
Expand Up @@ -11,7 +11,7 @@ grub-update = True
touch-swap = False

# Location where to create any state files
state-dir = "/var/lib/hibinit-agent"
state-dir = /var/lib/hibinit-agent


[swap]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@
hib_long_description = fp.read()

setup(name="ec2-hibinit-agent",
version='1.0.1',
version='1.0.2',
author="Anchal Agarwal",
author_email="anchalag@amazon.com",
tests_require=["pytest"],
Expand Down

0 comments on commit d87d636

Please sign in to comment.