-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove windows agent shortcut + fix some workflows
- Loading branch information
Son Roy Almerol
committed
Nov 11, 2024
1 parent
ee610d0
commit a018566
Showing
4 changed files
with
16 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
#!/bin/bash | ||
set -e | ||
|
||
chmod +x /usr/bin/pbs-plus-overlay | ||
chmod +x /usr/bin/pbs-plus | ||
|
||
systemctl daemon-reload | ||
|
||
# Enable the service to start on boot | ||
systemctl enable pbs-plus-overlay.service | ||
systemctl enable pbs-plus.service | ||
|
||
# Start the service | ||
systemctl start pbs-plus-overlay.service | ||
systemctl start pbs-plus.service | ||
|
||
exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters