-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/development'
- Loading branch information
Showing
142 changed files
with
1,269 additions
and
376 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
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
#!/bin/bash | ||
# | ||
# [Quick Box :: Set Defaulted Theme function] | ||
# | ||
# QuickLab REPOS | ||
# QuickLab _ packages : https://github.com/QuickBox/quickbox_packages | ||
# LOCAL REPOS | ||
# Local _ packages : /etc/QuickBox/packages | ||
# Author : QuickBox.IO | JMSolo | ||
# URL : https://quickbox.io | ||
# | ||
# QuickBox Copyright (C) 2017 QuickBox.io | ||
# Licensed under GNU General Public License v3.0 GPL-3 (in short) | ||
# | ||
# You may copy, distribute and modify the software as long as you track | ||
# changes/dates in source files. Any modifications to our software | ||
# including (via compiler) GPL-licensed code must also be made available | ||
# under the GPL along with build & install instructions. | ||
# | ||
|
||
local_dashboard=/etc/QuickBox/themes | ||
|
||
rm -rf /srv/rutorrent/home/db/.smoked.lock >/dev/null 2>&1 | ||
cp -r ${local_dashboard}/defaulted/. /srv/rutorrent/home | ||
printf "" > /srv/rutorrent/home/db/.defaulted.lock | ||
|
||
#box upgrade | ||
|
||
service apache2 reload |
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
#!/bin/bash | ||
# | ||
# [Quick Box :: Set Defaulted Theme function] | ||
# | ||
# QuickLab REPOS | ||
# QuickLab _ packages : https://github.com/QuickBox/quickbox_packages | ||
# LOCAL REPOS | ||
# Local _ packages : /etc/QuickBox/packages | ||
# Author : QuickBox.IO | JMSolo | ||
# URL : https://quickbox.io | ||
# | ||
# QuickBox Copyright (C) 2017 QuickBox.io | ||
# Licensed under GNU General Public License v3.0 GPL-3 (in short) | ||
# | ||
# You may copy, distribute and modify the software as long as you track | ||
# changes/dates in source files. Any modifications to our software | ||
# including (via compiler) GPL-licensed code must also be made available | ||
# under the GPL along with build & install instructions. | ||
# | ||
|
||
local_dashboard=/etc/QuickBox/themes | ||
|
||
rm -rf /srv/rutorrent/home/db/.defaulted.lock >/dev/null 2>&1 | ||
cp -r ${local_dashboard}/smoked/. /srv/rutorrent/home | ||
printf "" > /srv/rutorrent/home/db/.smoked.lock | ||
|
||
#box upgrade | ||
|
||
service apache2 reload |
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
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
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
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
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
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
Oops, something went wrong.