Skip to content

Commit

Permalink
update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
patrix87 committed Feb 8, 2024
1 parent 87ba6b2 commit 4964991
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/7daystodie.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $ServerDetails = @{
Path = ".\servers\$Name"

#Server configuration folder
ConfigFolder = "$Env:userprofile\AppData\Roaming\7DaysToDie\Saves\"
ConfigFolder = "$Env:userprofile\AppData\Roaming\7DaysToDie\Saves"

#Steam Server App Id
AppID = 294420
Expand Down
4 changes: 2 additions & 2 deletions templates/icarus.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $ServerDetails = @{
Path = ".\servers\$Name"

#Server configuration folder
ConfigFolder = ".\servers\$Name\Icarus\Saved\Config\WindowsServer\"
ConfigFolder = ".\servers\$Name\Icarus\Saved\Config\WindowsServer"

#Steam Server App Id
AppID = 2089300
Expand Down Expand Up @@ -157,7 +157,7 @@ $BackupsDetails = @{
Weeks = 4

#Folder to include in backup
Saves = ".\servers\$($Server.Name)\Icarus\Saved\"
Saves = ".\servers\$($Server.Name)\Icarus\Saved"

#Exclusions (Regex use | as separator)
Exclusions = ""
Expand Down
2 changes: 1 addition & 1 deletion templates/satisfactory.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ $BackupsDetails = @{
Weeks = 4

#Folder to include in backup
Saves = "$Env:userprofile\AppData\Local\FactoryGame\Saved\SaveGames"
Saves = "$Env:userprofile\AppData\Local\FactoryGame\Saved"

#Exclusions (Regex use | as separator)
Exclusions = ""
Expand Down

0 comments on commit 4964991

Please sign in to comment.