Skip to content

Commit

Permalink
modified: core/version_control.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinTimperio committed Jan 4, 2020
1 parent e5f0869 commit 564d7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/version_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def pre_fligh_check():
PS.prWorking('Migrating Your Restore Point Folder Now...')
PS.MK_Dir('/var/lib/pacback', sudo=False)
os.system('mv ' + old_rp_path + ' /var/lib/pacback')
os.system('chown root:root /var/lib/pacback && sudo chmod 700 /var/lib/pacback')
os.system('chown root:root /var/lib/pacback && chmod 700 /var/lib/pacback')
PS.Write_To_Log('PreFlight', 'Pacback Successfully Migrated To /var/lib/pacback', log_file)


Expand Down

0 comments on commit 564d7b1

Please sign in to comment.